Skip to content

Commit

Permalink
Correction of spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Neabfi authored Jul 25, 2016
1 parent a2977ec commit 29a1ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-Scales.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The following options are provided by the linear scale. They are all located in

Name | Type | Default | Description
--- | --- | --- | ---
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.
Expand Down

0 comments on commit 29a1ba1

Please sign in to comment.