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

    Interface RenderSVGOptions

    interface RenderSVGOptions {
        embedData?: boolean;
        height: number;
        margins?: Partial<Margins>;
        theme?: Partial<SvgTheme>;
        width: number;
    }
    Index

    Properties

    embedData?: boolean

    Embed the ChartSummary JSON so the static SVG stays machine-readable. Default true.

    height: number
    margins?: Partial<Margins>

    Plot insets in px. Defaults to DEFAULT_MARGINS.

    theme?: Partial<SvgTheme>

    Color overrides merged onto lightTheme. Pass darkTheme for dark dashboards.

    width: number