From c1d98c4150b20a71e1314e1de4951dc3722b4084 Mon Sep 17 00:00:00 2001 From: sgotre Date: Wed, 23 Mar 2016 18:37:11 +0100 Subject: [PATCH] Document background color and labelColor options --- donuts.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/donuts.html b/donuts.html index a54071d1..4334f52c 100644 --- a/donuts.html +++ b/donuts.html @@ -85,6 +85,28 @@

Donut Charts

default. + + backgroundColor + + An optional background color +
+ For example '#ccc' +
+ Defaults to #FFFFFF + + + + + labelColor + + An optional text color for the label in center +
+ For example '#000', +
+ Defaults to #000000 + + +