|
@ -400,6 +400,30 @@ The options colored in green can also be used as options for the groups. All opt |
|
|
<td>'square'</td> |
|
|
<td>'square'</td> |
|
|
<td>Determine the shape of the data points. The options are 'square' or 'circle'.</td> |
|
|
<td>Determine the shape of the data points. The options are 'square' or 'circle'.</td> |
|
|
</tr> |
|
|
</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> |
|
|
<tr> |
|
|
<td>dataAxis.showMinorLabels</td> |
|
|
<td>dataAxis.showMinorLabels</td> |
|
|
<td>Boolean</td> |
|
|
<td>Boolean</td> |
|
|