| 704 | } |
| 705 | |
| 706 | pub 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 | |
| 716 | pub struct PieChartSeriesOptions<'a> { |
| 717 | /// bool - Whether to draw the slices counterclockwise. |
nothing calls this directly
no outgoing calls
no test coverage detected