Nothing Special   »   [go: up one dir, main page]

Skip to content

📊 A set of charts based on rsuite and ECharts

License

Notifications You must be signed in to change notification settings

pierrickrouxel/charts

 
 

Repository files navigation

Charts for React Suite

📊 A set of charts based on rsuite and ECharts

npm version Node.js CI codecov semantic-release: angular

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.6%