ScalesConfig
@elastic/charts • Exports
@elastic/charts / ScalesConfig
Interface: ScalesConfig
Contents
Properties
barsPadding
barsPadding:
number
The proportion of the range that is reserved for blank space between bands. A value of 0 means no blank space between bands, and a value of 1 means a bandwidth of zero. A number between 0 and 1.
Source
packages/charts/src/utils/themes/theme.ts:363
histogramPadding
histogramPadding:
number
The proportion of the range that is reserved for blank space between bands in histogramMode. A value of 0 means no blank space between bands, and a value of 1 means a bandwidth of zero. A number between 0 and 1.
Source
packages/charts/src/utils/themes/theme.ts:369
Generated using typedoc-plugin-markdown and TypeDoc