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. |