CalculationType
Home > @gooddata/sdk-ui-charts > CalculationType
CalculationType enum
Signature:
export declare enum CalculationType
Enumeration Members
Member | Value | Description |
---|---|---|
CHANGE | "change" | (Primary - Secondary) / Secondary |
CHANGE_DIFFERENCE | "change_difference" | Change: (Primary - Secondary) / Secondary Difference: Primary - Secondary |
DIFFERENCE | "difference" | Primary - Secondary |
RATIO | "ratio" | Primary / Secondary |