Skip to main content

ScaleType

@elastic/chartsExports


@elastic/charts / ScaleType

Variable: ScaleType

const ScaleType: Readonly<Object>

The scale type

Type declaration

Linear

Linear: "linear"

LinearBinary

LinearBinary: "linear_binary"

Treated as linear scale with ticks in base 2

Log

Log: "log"

Ordinal

Ordinal: "ordinal"

Quantile

Quantile: "quantile"

Quantize

Quantize: "quantize"

Sqrt

Sqrt: "sqrt"

Threshold

Threshold: "threshold"

Time

Time: "time"

Source

packages/charts/src/scales/constants.ts:15


Generated using typedoc-plugin-markdown and TypeDoc