Skip to content

rsuite/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

071e358 ยท Jun 16, 2022
Jun 16, 2022
Jun 16, 2022
Jun 16, 2022
Apr 21, 2020
Aug 11, 2017
Mar 4, 2021
Jun 16, 2022
Apr 21, 2020
Mar 10, 2017
Jun 16, 2022
Jun 16, 2022
Jun 15, 2022
Jun 13, 2016
Jun 16, 2022
Jun 16, 2022
Mar 3, 2021
Jun 16, 2022
Jun 16, 2022
Jun 16, 2022
Jun 16, 2022

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