React本机纯图表
不使用svg或ART而是仅使用react-native组件的纯React本机图表库。 (您不必导入带有react-native link图形库或将ART添加到您的项目中!)
演示版
线图
LineChart(多系列)
条形图
条形图(多系列)
饼图(测试版)
安装
yarn add react-native-pure-chart
或者使用npm:
npm install react-native-pure-chart --save
需要
import PureChart from 'react-native-pure-chart' ;
用法
单一系列:简
1