Correct anchor link (#3772)

This commit is contained in:
mdewilde 2017-01-08 14:54:03 +01:00 committed by Evert Timberg
parent 83c54194ae
commit 27b2e332c6

View File

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