Display a big value with optional comparison, delta, and sparkline
enum
string
enum
- Type of comparison to perform. Options: prior year (same period last year), prior period (previous period of same duration), target (compare against a target value)enum
- What to display for comparison. Options: compared_value (comparison period value), abs (absolute change), pct (percentage change)string
- Target value for target comparison. Can be a column name, aggregation (e.g., “sum(target_sales)”), or literal value.boolean
- Whether to display the comparison as a deltastring
- Format for the comparison valuestring
- Text displayed after the comparison valueboolean
- Whether a decrease is considered positivearray
enum
- The type of sparkline to displaystring
- Color for the sparklinestring
- X column for the sparklinestring
- Value format for the sparkline tooltipsstring
- Date format for the sparkline tooltipsboolean
- Whether to show the Y scale on the sparklinestring
- Connect group for the sparklineenum
- Time grain for the sparkline data pointsobject