isArrowEnabled
Home > @gooddata/sdk-ui-charts > IComparison > isArrowEnabled
IComparison.isArrowEnabled property
Controls the visibility of the arrow trend indicator and its direction based on conditions.
Signature:
isArrowEnabled?: boolean;
Remarks
The arrow direction is determined as follows:
Condition | Direction |
---|---|
Primary greater than Secondary | Up |
Primary less than Secondary | Down |
Primary equal to Secondary | No direction, arrow hidden |