@rsuite/charts

ECharts for React

Usage no npm install needed!

<script type="module">
  import rsuiteCharts from 'https://cdn.skypack.dev/@rsuite/charts';
</script>

README

Charts for React Suite

:bar_chart: 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