Interface that can be used to define ZoomBandChart configurations, when inside a Dashboard, that can't be changed after creation.

Hierarchy

Properties

axis: Axis | Axis[]

Axis that the created ZoomBandChart is attached to.

If multiple Axes are supplied, ZoomBandChart will automatically ensure that every axis will always have same interval.

This behaviour is same as using synchronizeAxisIntervals.

bandAboveSeries?: boolean

Flag to set the Band above or under the series in ZoomBandChart Default value: true

columnIndex: number

Column index on dashboard (X location, 0 = left)

columnSpan?: number

Column span (X width), default = 1

disableAnimations?: boolean

Optional flag that can be used to disable all animations by default.

rowIndex: number

Row index on dashboard (Y location, 0 = top)

rowSpan?: number

Row span (Y height), default = 1