An open API service indexing awesome lists of open source software.

https://github.com/mapleafgo/react-native-echarts

百度ECharts的react-native实现
https://github.com/mapleafgo/react-native-echarts

Last synced: 6 months ago
JSON representation

百度ECharts的react-native实现

Awesome Lists containing this project

README

          

# react-native-echarts

百度ECharts的react-native实现

echarts版本4.1.0
由于,加载的是[bootcdn](http://www.bootcdn.cn/)中的在线文件,所以需在线使用,

>1.0.3引入moment支持

## 安装

- npm
```
npm i -S react-native-wk-echarts
```

- yarn
```
yarn add react-native-wk-echarts
```

## 使用
```javascript
...
import Echarts from 'react-native-echarts';
import dark from 'react-native-echarts/theme/dark.json';
...

...
```
自带一个深色、一个浅色主题,可从ECharts官网自定义主题