Recharts

A composable charting library built on React components

 Install v3.3.0

<LineChart width={500} height={300} data={data}>
  <CartesianGrid stroke="#eee" strokeDasharray="5 5"/>
  <XAxis dataKey="name"/>
  <YAxis/>
  <Line type="monotone" dataKey="uv" stroke="#8884d8" />
  <Line type="monotone" dataKey="pv" stroke="#82ca9d" />
</LineChart>

features

  • Composable

    Quickly build your charts with decoupled, reusable React components.

  • Reliable

    Built on top of SVG elements with a lightweight dependency on D3 submodules.

  • Powerful

    Customize your chart by tweaking component props and passing in custom components.

Who's using recharts ?

  • 阿里指数
  • 阿里数据
  • Fyndiq
  • chayns®
  • Tracktl
  • Demisto
  • Rebla
  • Squadlytics
  • ahrefs

Logos are submitted by company and project representatives.

To add your company or project to this page, please edit the wiki!

For your logo, please submit a 300x100 (3:1) img.