Compact metric summary component with optimistic & pessimistic ranges
Name | Type | Default | Description |
---|---|---|---|
mainValue | string | number | '?' | Primary metric value |
mainLabel | string | 'Value' | Label under primary value |
mainUnit | string | 'x' | Unit displayed next to value |
highValue | string | number | '?' | Optimistic estimate |
lowValue | string | number | '?' | Pessimistic estimate |
summaryTitle | string | 'Daily Summary' | Heading for narrative text |
summaryText | string | 'No data yet' | Narrative description |
mainColor | string | '#16AA6B' | Colour of primary value & border |
tourSteps | TourStep[] | [] | Optional guided tour steps |