|
@ -298,7 +298,7 @@ var options = { |
|
|
<tr> |
|
|
<tr> |
|
|
<td>backgroundColor</td> |
|
|
<td>backgroundColor</td> |
|
|
<td>string or Object</td> |
|
|
<td>string or Object</td> |
|
|
<td>'white'</td> |
|
|
|
|
|
|
|
|
<td>{fill: 'white', stroke: 'gray', strokeWidth: 1}</td> |
|
|
<td>The background color for the main area of the chart. |
|
|
<td>The background color for the main area of the chart. |
|
|
Can be either a simple HTML color string, for example: 'red' or '#00cc00', |
|
|
Can be either a simple HTML color string, for example: 'red' or '#00cc00', |
|
|
or an object with the following properties.</td> |
|
|
or an object with the following properties.</td> |
|
|