Interface ScaleCanvasOptions

The "Scales: Text" and "Scales: Lines" controls.

interface ScaleCanvasOptions {
    fontSize?: number;
    lineColor?: string;
    textColor?: string;
}

Properties

fontSize?: number

Tick label size in px, clamped to the dialog's 10..14 range.

lineColor?: string

Axis line and tick colour. Unset falls back to theme.axisLine.

textColor?: string

Tick label colour. Unset falls back to theme.axisText.