Skip to content

Documentation / @ripl/charts / AxisScaleType

Type Alias: AxisScaleType ​

AxisScaleType = "linear" | "log" | "pow" | "sqrt" | "symlog" | "time" | "band" | "point"

Defined in: charts/src/core/options.ts:540

The scale family an axis maps its domain through. Value axes accept 'linear'/'log'/'pow'/'sqrt'/'symlog'; category and time axes are selected by the chart.