MCPcopy Create free account
hub / github.com/angular-rust/ux-charts / BarChartSeriesOptions

Class BarChartSeriesOptions

src/options.rs:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76#[derive(Debug, Clone)]
77pub struct BarChartSeriesOptions<'a> {
78 /// An object that controls the channel labels.
79 /// bool - Whether to show the labels.
80 pub labels: Option<StyleOption<'a>>,
81}
82
83pub struct BarChartCrosshairOptions {
84 /// The fill color of the crosshair.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected