Skip to content

hiyangguo/charts

 
 

Repository files navigation

Charts for React Suite

📊 A set of charts based on rsuite and ECharts

npm version Node.js CI codecov

Install

npm i --save @rsuite/charts echarts

Usage

import { LineChart } from "@rsuite/charts";

const data = [["00:00", random()], ["01:00", random()]];
const App = () => <LineChart name="Page View" data={data} />;

ReactDOM.render(<App />, mountNode);

Documentation

https://charts.rsuitejs.com/

License

MIT licensed

About

📊 A set of charts based on rsuite and ECharts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.7%
  • JavaScript 6.3%