API / Configuration / ChartAxisRangeSlider

Defined in: src/types/chart/axis.ts:50

Properties

Property Type Description
brush? ChartBrush Range slider brush configuration.
defaultRange? object Configuration for the range slider state after the initial chart render.
defaultRange.size? DurationInput Default size of the range slider. The value type depends on the axis scale: - For datetime axes: DurationInput - For linear and logarithmic axes: numeric value
enabled? boolean Enable or disable the display of range slider Default false
height? number The height of the range slider in pixels. Default 40
margin? number The pixel distance between the range slider and the the X axis or X axis labels. Default 10