| 75 | |
| 76 | #[derive(Debug, Clone)] |
| 77 | pub struct BarChartSeriesOptions<'a> { |
| 78 | /// An object that controls the channel labels. |
| 79 | /// bool - Whether to show the labels. |
| 80 | pub labels: Option<StyleOption<'a>>, |
| 81 | } |
| 82 | |
| 83 | pub struct BarChartCrosshairOptions { |
| 84 | /// The fill color of the crosshair. |
nothing calls this directly
no outgoing calls
no test coverage detected