https://github.com/tmkx/echarts-react
Using ECharts in React the Idiomatic Way, with Treeshaking Support! 🍃
https://github.com/tmkx/echarts-react
chart component echarts echarts-for-react react visualization
Last synced: 4 months ago
JSON representation
Using ECharts in React the Idiomatic Way, with Treeshaking Support! 🍃
- Host: GitHub
- URL: https://github.com/tmkx/echarts-react
- Owner: tmkx
- License: mit
- Created: 2025-08-12T07:09:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T09:59:27.000Z (5 months ago)
- Last Synced: 2025-08-28T14:54:40.735Z (5 months ago)
- Topics: chart, component, echarts, echarts-for-react, react, visualization
- Language: TypeScript
- Homepage: https://tmkx.github.io/echarts-react/
- Size: 170 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @fanciers/echarts-react
> Using ECharts in React the Idiomatic Way, with Treeshaking Support! 🍃
```shell
npm install @fanciers/echarts-react
```
```typescript
import { CanvasRenderer, LineChart, echarts } from '@fanciers/echarts-react';
echarts.use([CanvasRenderer]);
function Demo() {
return (
);
}
```