Type alias TrendColorConfig

TrendColorConfig: {
    negative: TrendColorPair;
    positive: TrendColorPair;
    zero: TrendColorPair;
}

Type declaration

Generated using TypeDoc