From 08451ce95e16224e1afba6e890e33b430d662779 Mon Sep 17 00:00:00 2001 From: mdewilde Date: Thu, 28 Jul 2016 13:16:21 +0200 Subject: [PATCH 1/2] Correct duplicate error --- docs/02-Scales.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Scales.md b/docs/02-Scales.md index 7a0b6d09d65..af974f3ef6d 100644 --- a/docs/02-Scales.md +++ b/docs/02-Scales.md @@ -346,7 +346,7 @@ min | Number | - | User defined minimum number for the scale, overrides minimum 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. showLabelBackdrop | Boolean | true | If true, draw a background behind the tick labels -stepSize | Number | - | User defined fixed step size for the scale. If set, the scale ticks will be enumerated by multiple of stepSize, having one tick per increment. If not set, the ticks are labeled automatically using the nice numbers algorithm. +fixedStepSize | Number | - | User defined fixed step size for the scale. If set, the scale ticks will be enumerated by multiple of stepSize, having one tick per increment. If not set, the ticks are labeled automatically using the nice numbers algorithm. stepSize | Number | - | if defined, it can be used along with the min and the max to give a custom number of steps. See the example below. suggestedMax | Number | - | User defined maximum number for the scale, overrides maximum value *except for if* it is lower than the maximum value. suggestedMin | Number | - | User defined minimum number for the scale, overrides minimum value *except for if* it is higher than the minimum value. From 548f07e9cdbf765fa62724c5a61d2f0dbcf60156 Mon Sep 17 00:00:00 2001 From: mdewilde Date: Thu, 28 Jul 2016 13:20:18 +0200 Subject: [PATCH 2/2] Correct probable copy paste issue --- docs/02-Scales.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Scales.md b/docs/02-Scales.md index af974f3ef6d..dbf2a502c7c 100644 --- a/docs/02-Scales.md +++ b/docs/02-Scales.md @@ -209,7 +209,7 @@ The time scale is used to display times and dates. It can only be placed on the #### Configuration Options -The following options are provided by the logarithmic scale. They are all located in the `time` sub options. +The following options are provided by the time scale. They are all located in the `time` sub options. Name | Type | Default | Description --- | --- | --- | ---