Skip to main content
161

Search Lumen

Find components, APIs, guides, and recipes.

GitHub
React Native docs
Data displayReact Native

Heatmap

Encode a two-dimensional matrix with the canonical sequential scale.

Public APILumenHeatmapReact Native

Native example

Use Heatmap

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.

View verified React Native runtime capture
Heatmap rendered in the Expo web renderer Lumen playground
Verified runtime captureExpo web renderer
tsx
<LumenHeatmap
  data={activityCells}
  label="Quarterly revenue"
/>

Reference

Public API

The primary shared and platform-specific options exposed by LumenHeatmap.

APIValues or typeDefaultDescription
labelStringRequiredProvides the concise accessible name for the visualization.
dataTyped native chart dataRequiredSupplies finite values and stable identifiers through the shared chart contract.

Native behavior

Design and accessibility

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.

Accessibility

Presents a concise summary while applications retain labels for every cell.

Shared component

Available on other platforms

Apple / SwiftUIAndroid / Compose
React Native docsNative primitives