Interface BarsPlotOptions

Bars plot options

Hierarchy

Properties

animate?: boolean

Animate plot after data change? The default is Animate.

animationDuration?: number

Animation duration. The default is AnimationDuration.

drawLabelsOnBars?: boolean

True, if labels must be drawn on bars. Otherwise, false.

font?: Font

Font of labels on bars

foregroundColor?: Color<ColorParam>

Color of labels bars

kind: PlotKind

Plot kind. The supported ones are in PlotKind enum.

labelsPrecision?: number

Bars labels precision (amount of digits after zero).

metrics: MetricOptions<Color<ColorParam>>[]

Array of options for each of stacked bar metrics.

useDarkerBorder?: boolean

True, if plot border must be darker than plot background. Otherwise, must be false.

Generated using TypeDoc