From 888a8dd79792bf208c12d91527a4d82fab1992f7 Mon Sep 17 00:00:00 2001 From: Mattias Lyckne Date: Mon, 21 Dec 2015 14:21:51 +0100 Subject: [PATCH] Update docs --- docs/01-Scales.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/01-Scales.md b/docs/01-Scales.md index 5a4fcc63e..4e299e219 100644 --- a/docs/01-Scales.md +++ b/docs/01-Scales.md @@ -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 -- 2.47.2