Fix 2 minor documentation issues in the scale documentation. #3341 (#3360)

This commit is contained in:
Evert Timberg 2016-09-24 11:54:51 -04:00 committed by Simon Brunel
parent 11e8c50f72
commit f6ac8279cc

View File

@ -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
--- | --- | --- | ---