| 123 | } |
| 124 | |
| 125 | pub 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 | |
| 133 | pub struct BarChartYAxisOptions<'a> { |
| 134 | /// The color of the vertical grid lines. |
nothing calls this directly
no outgoing calls
no test coverage detected