ZeroCentredColors

Colours for a zero-centred diverging gradient: negative and positive bands that meet at 0

TypeScript
export interface

Properties

PropertyTypeDescription
NegativeColorstringColour applied to negative cell values (Col-Min0)
PositiveColorstringColour applied to positive cell values (0Col-Max)

Property Details

NegativeColor

Colour applied to negative cell values (Col-Min0)

TypeScript
NegativeColor: string;
Property Value

string

PositiveColor

Colour applied to positive cell values (0Col-Max)

TypeScript
PositiveColor: string;
Property Value

string