Interface ODSChartsColor

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

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

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)