ods-charts
    Preparing search index...

    Type Alias ODSChartsCustomColor

    ODSChartsCustomColor: ODSChartsColor | string

    ODSChartsCustomColor is used to define a color.

    • It can be the string value of the color

    • Or it can be a ODSChartsColor to reference a color of one predefined set of Orange Design System colors.

    example

    {
    colorPalette: ODSCharts.ODSChartsColorsSet.DARKER_TINTS,
    colorIndex: 0,
    }