LogScaleOptions
@elastic/charts • Exports
@elastic/charts / LogScaleOptions
Interface: LogScaleOptions
Options specific to log scales
Contents
Properties
logBase?
logBase?:
number
Base for log scale
Default Value
10
(i.e. log base 10)
Source
packages/charts/src/scales/types.ts:54
logMinLimit?
logMinLimit?:
number
Min value to render on log scale
Defaults to min value of domain, or LOG_MIN_ABS_DOMAIN if mixed polarity
Source
packages/charts/src/scales/types.ts:47
Generated using typedoc-plugin-markdown and TypeDoc