charts
charts copied to clipboard
:bar_chart: A set of charts based on rsuite and ECharts
Charts for React Suite
:bar_chart: A set of charts based on rsuite and ECharts
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
License
MIT licensed