Browse Source

added custom range to docs

v3_develop
Alex de Mulder 10 years ago
parent
commit
784f0721bd
1 changed files with 24 additions and 0 deletions
  1. +24
    -0
      docs/graph2d.html

+ 24
- 0
docs/graph2d.html View File

@ -400,6 +400,30 @@ The options colored in green can also be used as options for the groups. All opt
<td>'square'</td>
<td>Determine the shape of the data points. The options are 'square' or 'circle'.</td>
</tr>
<tr>
<td>dataAxis.customRange.left.min</td>
<td>Number</td>
<td>undefined</td>
<td>Set the minimum value of the left y-Axis.</td>
</tr>
<tr>
<td>dataAxis.customRange.left.max</td>
<td>Number</td>
<td>undefined</td>
<td>Set the maximum value of the left y-Axis.</td>
</tr>
<tr>
<td>dataAxis.customRange.right.min</td>
<td>Number</td>
<td>undefined</td>
<td>Set the minimum value of the right y-Axis.</td>
</tr>
<tr>
<td>dataAxis.customRange.right.max</td>
<td>Number</td>
<td>undefined</td>
<td>Set the maximum value of the right y-Axis.</td>
</tr>
<tr>
<td>dataAxis.showMinorLabels</td>
<td>Boolean</td>

Loading…
Cancel
Save