From: Michael Oberwasserlechner Date: Sat, 2 Jul 2016 14:35:33 +0000 (+0200) Subject: remove redundant option entry X-Git-Tag: v2.2.0-rc.1~18^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2feebb1cd29e89479194ffe66488b223e75a0c50;p=thirdparty%2FChart.js.git remove redundant option entry --- diff --git a/docs/02-Scales.md b/docs/02-Scales.md index 44f56ad6b..79549c43d 100644 --- a/docs/02-Scales.md +++ b/docs/02-Scales.md @@ -52,7 +52,7 @@ drawTicks | Boolean | true | If true, draw lines beside the ticks in the axis a tickMarkLength | Number | 10 | Length in pixels that the grid lines will draw into the axis area. zeroLineWidth | Number | 1 | Stroke width of the grid line for the first index (index 0). zeroLineColor | Color | "rgba(0, 0, 0, 0.25)" | Stroke color of the grid line for the first index (index 0). -offsetGridLines | Boolean | false | If true, offset labels from grid lines. +offsetGridLines | Boolean | false | If true, labels are shifted to be between grid lines. This is used in the bar chart. #### Scale Title Configuration @@ -124,8 +124,6 @@ Name | Type | Default | Description --- | --- | --- | --- ticks.min | String | - | The minimum item to display. Must be a value in the `labels` array ticks.max | String | - | The maximum item to display. Must be a value in the `labels` array -gridLines.offsetGridLines | Boolean | - | If true, labels are shifted to be between grid lines. This is used in the bar chart. - ### Linear Scale