| 10 | * Theme configuration for axis labels. |
| 11 | */ |
| 12 | export interface AxisLabelThemeConfig { |
| 13 | readonly fontSize: number; |
| 14 | readonly fontFamily: string; |
| 15 | readonly textColor: string; |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * Calculates the font size for axis titles (larger than regular tick labels). |
nothing calls this directly
no outgoing calls
no test coverage detected