MCPcopy
hub / github.com/ChartGPU/ChartGPU / AxisLabelThemeConfig

Interface AxisLabelThemeConfig

src/utils/axisLabelStyling.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * Theme configuration for axis labels.
11 */
12export 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).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected