|
|
@ -419,6 +419,14 @@ var options = { |
|
|
|
<td>none</td> |
|
|
|
<td>Step size for the grid on the x-axis.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>xValueLabel</td> |
|
|
|
<td>function</td> |
|
|
|
<td>none</td> |
|
|
|
<td>A function for custom formatting of the labels along the x-axis, |
|
|
|
for example <code>function (x) {return (x * 100) + '%'}</code>. |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>yBarWidth</td> |
|
|
@ -454,6 +462,14 @@ var options = { |
|
|
|
<td>none</td> |
|
|
|
<td>Step size for the grid on the y-axis.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>yValueLabel</td> |
|
|
|
<td>function</td> |
|
|
|
<td>none</td> |
|
|
|
<td>A function for custom formatting of the labels along the y-axis, |
|
|
|
for example <code>function (y) {return (y * 100) + '%'}</code>. |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>zMin</td> |
|
|
|