Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
d079e853e3
commit
259971c3d2
12
js/ui/chart/docs/axes/cartesian/logarithmic.md
Normal file
12
js/ui/chart/docs/axes/cartesian/logarithmic.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Logarithmic Cartesian Axis
|
||||
|
||||
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.
|
||||
|
||||
## Tick Configuration Options
|
||||
|
||||
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).
|
||||
|
||||
| Name | Type | Default | Description
|
||||
| ---- | ---- | ------- | -----------
|
||||
| `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.
|
Loading…
Reference in New Issue
Block a user