From: Matt Watson Date: Thu, 12 May 2016 16:02:20 +0000 (+0100) Subject: Fixed copy paste error in 01-Scales.md X-Git-Tag: v2.1.3~3^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2531%2Fhead;p=thirdparty%2FChart.js.git Fixed copy paste error in 01-Scales.md --- diff --git a/docs/01-Scales.md b/docs/01-Scales.md index fd6c27dda..47e7b29fb 100644 --- a/docs/01-Scales.md +++ b/docs/01-Scales.md @@ -63,7 +63,7 @@ afterUpdate | Function | undefined | Callback that runs at the end of the update *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*.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*.max | Number | - | User defined maximum 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. @@ -310,4 +310,4 @@ Chart.scaleService.updateScaleDefaults('linear', { min: 0 } }) -``` \ No newline at end of file +```