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

Class PieChartSeriesLabelsOptions

src/options.rs:706–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706pub struct PieChartSeriesLabelsOptions<'a> {
707 /// bool - Whether to show the labels.
708 pub enabled: bool,
709
710 /// (num) -> String - A function used to format the labels.
711 pub formatter: Option<ValueFormatter>,
712
713 pub style: StyleOption<'a>,
714}
715
716pub struct PieChartSeriesOptions<'a> {
717 /// bool - Whether to draw the slices counterclockwise.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected