beforeFit | Function | undefined | Callback that runs before the scale fits to the canvas. Passed a single argument, the scale instance.
afterFit | Function | undefined | Callback that runs after the scale fits to the canvas. Passed a single argument, the scale instance.
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](#scales-grid-line-configuration) section.
-**scaleLabel** | Object | | See [scale title configuration](#scales-scale-title-configuration) section.
-**ticks** | Object | | See [ticks configuration](#scales-ticks-configuration) section.
+**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.
#### Grid Line Configuration
round | String | - | If defined, dates will be rounded to the start of this unit. See [Time Units](#scales-time-units) below for the allowed units.
tooltipFormat | String | '' | The moment js format string to use for the tooltip.
unit | String | - | If defined, will force the unit to be a certain type. See [Time Units](#scales-time-units) section below for details.
-unitStepSize | Number | 1 | The number of units between grid lines.
+unitStepSize | Number | 1 | The number of units between grid lines.
#### Date Formats
The following display formats are used to configure how different time units are formed into strings for the axis tick marks. See [moment.js](http://momentjs.com/docs/#/displaying/format/) for the allowable format strings.
-Name | Default
---- | ---
+Name | Default
+--- | ---
millisecond | 'SSS [ms]'
second | 'h:mm:ss a'
minute | 'h:mm:ss a'
Name | Type | Default | Description
--- | --- | --- | ---
-display | Boolean | true | If true, angle lines are shown.
+display | Boolean | true | If true, angle lines are shown.
color | Color | 'rgba(0, 0, 0, 0.1)' | Color of angled lines
lineWidth | Number | 1 | Width of angled lines