]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add suggested min and max to documentation. 1689/head
authorwcatron <wcatron@catrondevelopment.com>
Tue, 24 Nov 2015 07:28:15 +0000 (02:28 -0500)
committerwcatron <wcatron@catrondevelopment.com>
Tue, 24 Nov 2015 07:28:15 +0000 (02:28 -0500)
docs/01-Scales.md

index 292fa43f4eaa710db34e71c8b186395ce7aaac38..04fa5ec4c51ea9f4558e043af3c9fd13455afeb4 100644 (file)
@@ -44,6 +44,8 @@ ticks | Array | | Settings for the ticks along the axis.
 *ticks*.padding | Number | 10 |
 *ticks*.reverse | Boolean | false |
 *ticks*.show | Boolean | true |
+*ticks*.suggestedMin | Number | - | User defined minimum number for the scale, overrides minimum value *except for if* it is higher than the minimum value.
+*ticks*.suggestedMax | Number | - | User defined maximum number for the scale, overrides maximum value *except for if* it is lower than the maximum value.
 *ticks*.callback | Function | `function(value) { return '' + value; } ` |
 
 The `userCallback` method may be used for advanced tick customization. The following callback would display every label in scientific notation