Interface ODSChartsCategoricalColor

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

interface ODSChartsCategoricalColor {
    colorIndex: number;
    colorPalette: ODSChartsCategoricalColorsSet;
}

Properties

colorIndex: number

Index of the color in the ODSChartsCategoricalColorsSet

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