Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/02-Scales.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ afterFit | Function | undefined | Callback that runs after the scale fits to the
afterUpdate | Function | undefined | Callback that runs at the end of the update process. Passed a single argument, the scale instance.
**gridLines** | Object | - | See [grid line configuration](#grid-line-configuration) section.
**scaleLabel** | Object | | See [scale title configuration](#scale-title-configuration) section.
**ticks** | Object | | See [ticks configuration](#ticks-configuration) section.
**ticks** | Object | | See [tick configuration](#tick-configuration) section.

#### Grid Line Configuration

Expand Down