All Projects → rsuite → charts

rsuite / charts

Licence: MIT License
📊 A set of charts based on rsuite and ECharts

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to charts

echarts-map-xicheng
Echarts实现北京市西城区各街道地图demo
Stars: ✭ 50 (-23.08%)
Mutual labels:  echarts
aaocp
一个对用户行为日志进行分析的大数据项目
Stars: ✭ 53 (-18.46%)
Mutual labels:  echarts
react-visualized-platform
🐞 基于 React 的雾霾数据爬虫分析平台
Stars: ✭ 31 (-52.31%)
Mutual labels:  echarts
vue-admin-work
🎉🎉🚀🚀🚀🚀vue-admin-work是一个中后台系统管理方案。使用 vue2.x 及周边全家桶工具开发而来。支持多种功能,不同角色权限🚀🚀🚀🎉🎉
Stars: ✭ 74 (+13.85%)
Mutual labels:  echarts
echarts-graph-modularity
Apache ECharts graph modularity extension for community detection
Stars: ✭ 62 (-4.62%)
Mutual labels:  echarts
echarts-china-map
echarts 中国地图版
Stars: ✭ 81 (+24.62%)
Mutual labels:  echarts
vue-admin-webapp
基于vuejs+element-ui 后台管理系统
Stars: ✭ 62 (-4.62%)
Mutual labels:  echarts
data-visualization
🔗 configurable data visualization
Stars: ✭ 18 (-72.31%)
Mutual labels:  echarts
grafana-echarts-panel
Grafana集成Echarts
Stars: ✭ 49 (-24.62%)
Mutual labels:  echarts
k-line
股票、虚拟币交易k线图
Stars: ✭ 32 (-50.77%)
Mutual labels:  echarts
vue-echarts-map
Vue版本Echarts中国地图钻取
Stars: ✭ 113 (+73.85%)
Mutual labels:  echarts
go-tachart
Candlestick chart generator (with event mark and TA indicator) using go-echarts
Stars: ✭ 24 (-63.08%)
Mutual labels:  echarts
GTD-Visualization
全球恐怖袭击数据可视化
Stars: ✭ 31 (-52.31%)
Mutual labels:  echarts
ngx-echarts-starter
A starter demo project for ngx-echarts
Stars: ✭ 29 (-55.38%)
Mutual labels:  echarts
fishing-funds
基金,大盘,股票,虚拟货币状态栏显示小应用,基于Electron开发,支持MacOS,Windows,Linux客户端,数据源来自天天基金,蚂蚁基金,爱基金,腾讯证券,新浪基金等
Stars: ✭ 424 (+552.31%)
Mutual labels:  echarts
ts-vue-questionnaire
微型问卷调查系统 TypeScript 版本,演示账号:admin / admin
Stars: ✭ 89 (+36.92%)
Mutual labels:  echarts
echarts-for-wechat-wepy
echarts微信小程序wepy版本封装
Stars: ✭ 29 (-55.38%)
Mutual labels:  echarts
vue-kai-admin
学习vue-admin架构,顺便记录工作的组件
Stars: ✭ 31 (-52.31%)
Mutual labels:  echarts
zabbix-monitor
monitor system based on zabbix API pyzaabix grafana
Stars: ✭ 70 (+7.69%)
Mutual labels:  echarts
7-react-admin-ts
用 ts + react-hooks 实现的管理后台
Stars: ✭ 23 (-64.62%)
Mutual labels:  echarts

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].