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

Class BarChartYAxisLabelsOptions

src/options.rs:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125pub struct BarChartYAxisLabelsOptions<'a> {
126 /// (num value) -> String - A function that formats the labels.
127 pub formatter: Option<ValueFormatter>,
128
129 /// An object that controls the styling of the axis labels.
130 pub style: StyleOption<'a>,
131}
132
133pub struct BarChartYAxisOptions<'a> {
134 /// The color of the vertical grid lines.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected