From: Evert Timberg Date: Sat, 24 Sep 2016 15:54:51 +0000 (-0400) Subject: Fix 2 minor documentation issues in the scale documentation. #3341 (#3360) X-Git-Tag: v2.4.0~1^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6ac8279cc5b69359c05f69613ea2ad8ef51fec3;p=thirdparty%2FChart.js.git Fix 2 minor documentation issues in the scale documentation. #3341 (#3360) --- diff --git a/docs/02-Scales.md b/docs/02-Scales.md index c776355eb..313cec15a 100644 --- a/docs/02-Scales.md +++ b/docs/02-Scales.md @@ -59,7 +59,7 @@ offsetGridLines | Boolean | false | If true, labels are shifted to be between gr #### Scale Title Configuration -The grid line configuration is nested under the scale configuration in the `scaleLabel` key. It defines options for the scale title. +The scale label configuration is nested under the scale configuration in the `scaleLabel` key. It defines options for the scale title. Name | Type | Default | Description --- | --- | --- | --- @@ -72,7 +72,7 @@ fontStyle | String | "normal" | Font style for the scale title, follows CSS font #### Tick Configuration -The grid line configuration is nested under the scale configuration in the `ticks` key. It defines options for the tick marks that are generated by the axis. +The tick configuration is nested under the scale configuration in the `ticks` key. It defines options for the tick marks that are generated by the axis. Name | Type | Default | Description --- | --- | --- | ---