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

Class RadarChartXAxisLabelsOptions

src/options.rs:866–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866pub struct RadarChartXAxisLabelsOptions<'a> {
867 /// (num value) -> String - A function that formats the labels.
868 pub formatter: Option<ValueFormatter>,
869
870 /// An object that controls the styling of the axis labels.
871 pub style: StyleOption<'a>,
872}
873
874pub struct RadarChartXAxisOptions<'a> {
875 /// The color of the horizontal grid lines.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected