# react-native-echarts **Repository Path**: mapleafgo/react-native-echarts ## Basic Information - **Project Name**: react-native-echarts - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-echarts 百度ECharts的react-native实现 echarts版本4.1.0 由于,加载的是[bootcdn](http://www.bootcdn.cn/)中的在线文件,所以需在线使用 ## 安装 - npm ``` npm i -S git+https://github.com/fanlide/react-native-echarts.git ``` - yarn ``` yarn add git+https://github.com/fanlide/react-native-echarts.git ``` ## 使用 ```javascript ... import Echarts from 'react-native-echarts'; import dark from 'react-native-echarts/theme/dark.json'; ... ... ``` 自带一个深色、一个浅色主题,可从ECharts官网自定义主题