]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update docs 1810/head
authorMattias Lyckne <mattias@lyckne.se>
Mon, 21 Dec 2015 13:21:51 +0000 (14:21 +0100)
committerMattias Lyckne <mattias@lyckne.se>
Mon, 21 Dec 2015 13:21:51 +0000 (14:21 +0100)
docs/01-Scales.md

index 5a4fcc63e5e19ea04ed8e2ef03349d4dbfe43f2d..4e299e2194d23b8af1eb1e2b610e36098347d869 100644 (file)
@@ -48,6 +48,7 @@ display | Boolean | true | If true, show the scale including gridlines, ticks, a
 *ticks*.suggestedMax | Number | - | User defined maximum number for the scale, overrides maximum value *except for if* it is lower than the maximum value.
 *ticks*.min | Number | - | User defined minimum number for the scale, overrides minimum value
 *ticks*.max | Number | - | User defined minimum number for the scale, overrides maximum value
+*ticks*.autoSkip | Boolean | true | If true, automatically calculates how many labels that can be shown and hides labels accordingly. Turn it off to show all labels no matter what
 *ticks*.callback | Function | `function(value) { return '' + value; } ` | Returns the string representation of the tick value as it should be displayed on the chart.
 
 The `callback` method may be used for advanced tick customization. The following callback would display every label in scientific notation