ColumnComparison

Enables a Percent Bar or Gradient Style to use another column in its calculations

TypeScript
export interface

Properties

PropertyTypeDescription
ColorstringColour to use for the Comparison
MaxValuenumber | stringEnd value - either numeric value or Column ID
MinValuenumber | stringStart value - either numeric value or Column ID

Property Details

Color

Colour to use for the Comparison

TypeScript
Color: string;
Property Value

string

MaxValue

End value - either numeric value or Column ID

TypeScript
MaxValue: number | string;
Property Value

number | string

MinValue

Start value - either numeric value or Column ID

TypeScript
MinValue: number | string;
Property Value

number | string