stz-util Documentation - v1.5.2
    Preparing search index...

    Interface DatasetWithPrevColors

    interface DatasetWithPrevColors {
        _prevBackgroundColor?: string | string[];
        _prevBorderColor?: string | string[];
        _prevBorderDash?: number[];
        _prevPointBackgroundColor?: string | string[];
        _prevPointRadius?: number;
        backgroundColor?: string | string[];
        borderColor?: string | string[];
        borderDash?: number[];
        pointBackgroundColor?: string | string[];
        pointRadius?: number;
        yAxisID?: string;
    }
    Index

    Properties

    _prevBackgroundColor?: string | string[]
    _prevBorderColor?: string | string[]
    _prevBorderDash?: number[]
    _prevPointBackgroundColor?: string | string[]
    _prevPointRadius?: number
    backgroundColor?: string | string[]
    borderColor?: string | string[]
    borderDash?: number[]
    pointBackgroundColor?: string | string[]
    pointRadius?: number
    yAxisID?: string