Chartbreaker
    Preparing search index...

    Type Alias RequiredMarker

    type RequiredMarker = {
        color: string;
        important: boolean;
        object: BG.charts.Layer | BG.charts.Tool | BG.charts.Chart;
        order: number;
        scale: EScale;
        textColor: string | null;
        value: number;
    }
    Index

    Properties

    color: string
    important: boolean
    order: number
    scale: EScale
    textColor: string | null
    value: number