ItaloCobains / charts

:bar_chart: A set of charts based on rsuite and ECharts

Home Page:https://charts.rsuitejs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:bar_chart: A set of charts based on rsuite and ECharts

https://charts.rsuitejs.com

License:MIT License


Languages

Language:TypeScript 98.4%Language:JavaScript 1.6%