https://github.com/hecom-rn/react-native-hecom-echarts
Echarts报表的封装库。
https://github.com/hecom-rn/react-native-hecom-echarts
echarts react-native
Last synced: 2 months ago
JSON representation
Echarts报表的封装库。
- Host: GitHub
- URL: https://github.com/hecom-rn/react-native-hecom-echarts
- Owner: hecom-rn
- License: gpl-3.0
- Created: 2018-07-16T01:44:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T07:17:26.000Z (over 7 years ago)
- Last Synced: 2026-03-22T22:35:11.532Z (4 months ago)
- Topics: echarts, react-native
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-native-hecom-echarts
- Size: 611 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-hecom-echarts
[](https://travis-ci.org/RNCommon/react-native-hecom-echarts)
Echarts报表的封装库。
### 设置iOS
在打包过程中拷贝资源的时候,需要添加如下的脚本命令:
```
echartsSrcPath='node_modules/react-native-hecom-echarts/src/echarts.js'
echartsHtmlPath='node_modules/react-native-hecom-echarts/src/tpl.html'
# jsbundle打包过程...
cp $echartsSrcPath "[ResourcePath]/assets/${echartsSrcPath}"
cp $echartsHtmlPath "[ResourcePath]/assets/${echartsHtmlPath}"
```
### 设置Android
TODO