Browse Source

Update index.html of Graph3D

dataColor.fill and dataFill.stroke had wrong descriptions.
codeClimate
Loreno10 8 years ago
committed by GitHub
parent
commit
023bb425cb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/graph3d/index.html

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

@ -364,13 +364,13 @@ var options = {
<td>dataColor.fill</td>
<td>string</td>
<td>'#7DC1FF'</td>
<td>The border color of the dots or bars. Applicable when using styles <code>dot-size</code> or <code>bar-size</code>.</td>
<td>The fill color of the dots or bars. Applicable when using styles <code>dot-size</code>, <code>bar-size</code>, or <code>line</code>.</td>
</tr>
<tr>
<td>dataColor.stroke</td>
<td>string</td>
<td>'#3267D2'</td>
<td>The fill color of the dots or bars. Applicable when using styles <code>dot-size</code>, <code>bar-size</code>, or <code>line</code>.</td>
<td>The border color of the dots or bars. Applicable when using styles <code>dot-size</code> or <code>bar-size</code>.</td>
</tr>
<tr>
<td>dataColor.strokeWidth</td>

Loading…
Cancel
Save