Chartbreaker
    Preparing search index...

    Type Alias StyleDefaultMap

    type StyleDefaultMap = {
        color: string;
        font: string;
        length: number;
        "line-style": "default" | "dashed" | "dotted" | chartbreaker.ELineStyle;
        "line-width": "thin" | "medium" | "thick" | number;
        percentage: number;
    }
    Index
    color: string
    font: string
    length: number
    "line-style": "default" | "dashed" | "dotted" | chartbreaker.ELineStyle
    "line-width": "thin" | "medium" | "thick" | number
    percentage: number