From: Neabfi Date: Mon, 25 Jul 2016 14:50:35 +0000 (-0400) Subject: Correction of spelling mistake X-Git-Tag: v2.2.0~7^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2977ecfcd9969f8b295f6c444e06926adc39eaa;p=thirdparty%2FChart.js.git Correction of spelling mistake --- diff --git a/docs/02-Scales.md b/docs/02-Scales.md index a57b9a3c5..f1c36a5f9 100644 --- a/docs/02-Scales.md +++ b/docs/02-Scales.md @@ -341,7 +341,7 @@ Name | Type | Default | Description backdropColor | Color | 'rgba(255, 255, 255, 0.75)' | Color of label backdrops backdropPaddingX | Number | 2 | Horizontal padding of label backdrop backdropPaddingY | Number | 2 | Vertical padding of label backdrop -beginAtZero | Boolean | - | if true, scale will inclulde 0 if it is not already included. +beginAtZero | Boolean | - | if true, scale will include 0 if it is not already included. min | Number | - | User defined minimum number for the scale, overrides minimum value from data. max | Number | - | User defined maximum number for the scale, overrides maximum value from data. maxTicksLimit | Number | 11 | Maximum number of ticks and gridlines to show. If not defined, it will limit to 11 ticks but will show all gridlines.