| 864 | } |
| 865 | |
| 866 | pub 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 | |
| 874 | pub struct RadarChartXAxisOptions<'a> { |
| 875 | /// The color of the horizontal grid lines. |
nothing calls this directly
no outgoing calls
no test coverage detected