The RpgLogs Scripting API
    Preparing search index...

    Type Alias ScatterMarkerOptions

    type ScatterMarkerOptions = {
        enabled?: boolean;
        enabledThreshold?: number;
        fillColor?: Color;
        height?: number;
        lineColor?: Color;
        lineWidth?: number;
        radius?: number;
        states?: NYI;
        symbol?: string;
        width?: number;
    }
    Index
    enabled?: boolean
    enabledThreshold?: number
    fillColor?: Color
    height?: number
    lineColor?: Color
    lineWidth?: number
    radius?: number
    states?: NYI
    symbol?: string
    width?: number