| 512 | } |
| 513 | |
| 514 | pub struct LineChartYAxisLabelsOptions<'a> { |
| 515 | /// (num value) -> String - A function that formats the labels. |
| 516 | pub formatter: Option<ValueFormatter>, |
| 517 | |
| 518 | /// An object that controls the styling of the axis labels. |
| 519 | pub style: StyleOption<'a>, |
| 520 | } |
| 521 | pub struct LineChartYAxisOptions<'a> { |
| 522 | /// The color of the vertical grid lines. |
| 523 | pub grid_line_color: Color, |
nothing calls this directly
no outgoing calls
no test coverage detected