(config: &LayoutConfig)
| 41 | } |
| 42 | |
| 43 | pub(super) fn title_top_margin(config: &LayoutConfig) -> u32 { |
| 44 | if config.title.is_some() { |
| 45 | config.title_font_size + 10 |
| 46 | } else { |
| 47 | 0 |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | #[allow(clippy::too_many_arguments)] |
| 52 | pub(super) fn draw_axis_titles<DB: DrawingBackend>( |
no outgoing calls
no test coverage detected