| commit | author | age | ||
| 83c3f6 | 1 | # Logarithmic Cartesian Axis |
| SP | 2 | |
| 3 | The logarithmic scale is use to chart numerical data. It can be placed on either the x or y axis. As the name suggests, logarithmic interpolation is used to determine where a value lies on the axis. | |
| 4 | ||
| 5 | ## Tick Configuration Options | |
| 6 | ||
| 7 | The following options are provided by the logarithmic scale. They are all located in the `ticks` sub options. These options extend the [common tick configuration](README.md#tick-configuration). | |
| 8 | ||
| 9 | | Name | Type | Default | Description | |
| 10 | | -----| ---- | --------| ----------- | |
| 11 | | `min` | `Number` | | User defined minimum number for the scale, overrides minimum value from data. | |
| 12 | | `max` | `Number` | | User defined maximum number for the scale, overrides maximum value from data. | |