The RpgLogs Scripting API
    Preparing search index...

    Type Alias CommonProps

    CommonProps: AnimationProps & BoostProps & {
        accessibility?: NYI;
        allowPointSelect?: boolean;
        className?: string;
        clip?: boolean;
        color?: Color;
        colorAxis?: number | string | boolean;
        colorIndex?: number;
        colorKey?: string;
        crisp?: boolean;
        cropThreshold?: number;
        cursor?: string;
        custom?: Record<string, unknown>;
        dashStyle?: DashStyle;
        data: Data1D | Data2D | DataNamed;
        dataAsColumns?: boolean;
        dataLabels?: DataLabelOptions;
        dataSorting?: DataSortingOptions;
        description?: string;
        dragDrop?: NYI;
        enableMouseTracking?: boolean;
        events?: NYI;
        getExtremesFromAll?: boolean;
        id?: string;
        includeInDataExport?: boolean;
        index?: number;
        keys?: string[];
        label?: ScatterLabelOptions;
        legendIndex?: number;
        linecap?: LinecapStyle | string;
        lineWidth?: number;
        linkedTo?: string;
        marker?: ScatterMarkerOptions;
        name?: string;
        negativeColor?: Color;
        onPoint?: NYI;
        opacity?: number;
        point?: NYI;
        pointDescriptionFormatter?: NYI;
        pointInterval?: number;
        pointIntervalUnit?: string;
        pointPlacement?: "on" | "between" | number;
        pointStart?: number;
        relativeXValue?: boolean;
        selected?: boolean;
        shadow?: NYI;
        showCheckbox?: boolean;
        showInLegend?: boolean;
        skipKeyboardNavigation?: boolean;
        softThreshold?: boolean;
        stack?: number | string;
        stacking?: "normal" | "percent";
        states?: NYI;
        step?: "left" | "center" | "right";
        stickyTracking?: boolean;
        threshold?: number | null;
        tooltip?: NYI;
        turboThreshold?: number;
        visible?: boolean;
        xAxis?: number | string;
        yAxis?: number | string;
        zIndex?: number;
        zoneAxis?: "x" | "y" | "z";
        zones?: NYI;
    }