Skip to main content
161

Search Lumen

Find components, APIs, guides, and recipes.

GitHub
React Native docs
Data displayReact Native

Bar chart

Compare grouped or stacked categorical magnitudes.

Public APILumenBarChartReact Native

Native example

Use Bar chart

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
Bar chart rendered in the Expo web renderer Lumen playground
Verified runtime captureExpo web renderer
tsx
<LumenBarChart
  series={revenueSeries}
  label="Quarterly revenue"
/>

Reference

Public API

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

APIValues or typeDefaultDescription
labelStringRequiredProvides the concise accessible name for the visualization.
seriesTyped 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

Provides a factual summary and navigable fallback data while decorative marks remain hidden.

Shared component

Available on other platforms

Apple / SwiftUIAndroid / Compose
React Native docsNative primitives