ods-charts
    Preparing search index...

    Interface ODSChartsColor

    ODSChartsColor is a color extract from one set of color of Orange Design System.

    interface ODSChartsColor {
        colorIndex: number;
        colorPalette: ODSChartsColorsSet;
    }
    Index

    Properties

    colorIndex: number

    Index of the color in the ODSChartsColorsSet

    colorPalette: ODSChartsColorsSet

    The ODSChartsColorsSet to be used to extract a specific color. (example ODSChartsColorsSet.SUPPORTING_COLORS)