https://github.com/rsuite/charts
:bar_chart: A set of charts based on rsuite and ECharts
https://github.com/rsuite/charts
echarts react
Last synced: 9 months ago
JSON representation
:bar_chart: A set of charts based on rsuite and ECharts
- Host: GitHub
- URL: https://github.com/rsuite/charts
- Owner: rsuite
- License: mit
- Created: 2016-06-13T16:25:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T19:26:42.000Z (over 2 years ago)
- Last Synced: 2024-10-30T00:00:12.031Z (about 1 year ago)
- Topics: echarts, react
- Language: TypeScript
- Homepage: https://charts.rsuitejs.com
- Size: 12.8 MB
- Stars: 93
- Watchers: 6
- Forks: 29
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Charts for React Suite
:bar_chart: A set of charts based on rsuite and ECharts
[](https://badge.fury.io/js/%40rsuite%2Fcharts)
[](https://github.com/rsuite/charts/actions/workflows/node.js.yml)
[](https://codecov.io/gh/rsuite/charts)
[](https://github.com/semantic-release/semantic-release)
## Install
```bash
npm i --save @rsuite/charts echarts
```
## Usage
```js
import { LineChart } from '@rsuite/charts';
const data = [
['00:00', random()],
['01:00', random()],
];
const App = () => ;
ReactDOM.render(, mountNode);
```

## Documentation
[https://charts.rsuitejs.com/](https://charts.rsuitejs.com/)
## License
MIT licensed