fcharts-js - v0.3.0
    Preparing search index...

    Interface SvgTheme

    interface SvgTheme {
        axis: string;
        bg: string;
        grid: string;
        label: string;
        series: readonly string[];
        tick: string;
    }
    Index

    Properties

    axis: string

    Plot border + axis lines.

    bg: string

    Page/background rect fill.

    grid: string

    Gridlines.

    label: string

    Axis-title text.

    series: readonly string[]

    Series palette for series that don't set an explicit color. Index-aligned, cycled. Both presets reuse DEFAULT_PALETTE (verified >= 3:1 on light AND dark, R6).

    tick: string

    Tick-label text.