From aeba17b0c5f2c34508e345b0f6ef333855d94dce Mon Sep 17 00:00:00 2001 From: jos Date: Wed, 17 Jun 2015 10:03:36 +0200 Subject: [PATCH] Fixed default value of option backgroundColor --- docs/graph3d/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graph3d/index.html b/docs/graph3d/index.html index 26453320..0f7faa0a 100644 --- a/docs/graph3d/index.html +++ b/docs/graph3d/index.html @@ -298,7 +298,7 @@ var options = { backgroundColor string or Object - 'white' + {fill: 'white', stroke: 'gray', strokeWidth: 1} The background color for the main area of the chart. Can be either a simple HTML color string, for example: 'red' or '#00cc00', or an object with the following properties.