Browse Source

Merge pull request #2286 from Loreno10/patch-3

Update index.html of Graph3D
codeClimate
yotamberk 7 years ago
committed by GitHub
parent
commit
6fde6f8087
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