Skip to content

Repository files navigation

React Native Chart Kit

React Native Chart Kit

Beautiful charts for React Native. Line, area, bar, pie, donut, progress, and contribution heatmaps for dashboards, reports, and data-rich mobile apps.

npmdownloadslicense

Website · Docs · Quickstart · Examples · Pro

Install

npm install react-native-chart-kit react-native-svg

Expo:

npm install react-native-chart-kit
npx expo install react-native-svg

First Chart

import{LineChart}from"react-native-chart-kit/v2";constdata=[{month: "Jan",revenue: 52},{month: "Feb",revenue: 86},{month: "Mar",revenue: 58},{month: "Apr",revenue: 134}];exportfunctionRevenueChart(){return(<LineChartdata={data}xKey="month"yKey="revenue"width={410}height={240}/>);}

The root import stays available for legacy screens. New screens should use react-native-chart-kit/v2.

What You Get

Pro Charts

Chart Kit Pro adds licensed chart workflows for product dashboards:

Links

About

Beautiful charts for React Native. Line, area, bar, pie, donut, progress, and contribution heatmaps for dashboards, reports, and data-rich mobile apps.

Topics

Resources

Stars

3.1k stars

Watchers

14 watching

Forks

Releases

Used by

Contributors

Languages