Interface BoxPlotOptions

Box plot options

Hierarchy

Implemented by

Properties

animate?: boolean

Animate plot after data change? The default is Animate.

animationDuration?: number

Animation duration. The default is AnimationDuration.

kind: PlotKind

Plot kind. The supported ones are in PlotKind enum.

lineWidth?: number

Width of plot lines in pixels.

metric: MetricOptions<Color<ColorParam> | Palette>
stroke?: Color<ColorParam>

Color of plot stroke lines.

Generated using TypeDoc