When to use it
Use canonical visualization tokens and keep the application data model explicit. Provide a concise factual label, and retain the readable native fallback supplied by the component.
Encode a two-dimensional matrix with the canonical sequential scale.
Native example
Use canonical visualization tokens and keep the application data model explicit. Provide a concise factual label, and retain the readable native fallback supplied by the component.
LumenHeatmap(
data = activityCells,
label = "Quarterly revenue"
)Reference
The primary shared and platform-specific options exposed by LumenHeatmap.
| API | Values or type | Default | Description |
|---|---|---|---|
| label | String | Required | Provides the concise accessible name for the visualization. |
| data | Typed native chart data | Required | Supplies finite values and stable identifiers through the shared chart contract. |
Native behavior
Use canonical visualization tokens and keep the application data model explicit. Provide a concise factual label, and retain the readable native fallback supplied by the component.
Presents a concise summary while applications retain labels for every cell.
Shared component