Browse Source

Fixed default value of option backgroundColor

flowchartTest
jos 9 years ago
parent
commit
aeba17b0c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/graph3d/index.html

+ 1
- 1
docs/graph3d/index.html View File

@ -298,7 +298,7 @@ var options = {
<tr>
<td>backgroundColor</td>
<td>string or Object</td>
<td>'white'</td>
<td>{fill:&nbsp;'white', stroke:&nbsp;'gray', strokeWidth:&nbsp;1}</td>
<td>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.</td>

Loading…
Cancel
Save