(size: f32)
| 212 | } |
| 213 | |
| 214 | pub fn triangle(size: f32) -> Self { |
| 215 | Self { |
| 216 | size: Size::Pixels(size), |
| 217 | marker_type: MarkerType::Triangle, |
| 218 | } |
| 219 | } |
| 220 | } |
| 221 | |
| 222 | /// Errors that can occur when constructing or adding a series. |
nothing calls this directly
no outgoing calls
no test coverage detected