1.7.1 • Published 5 years ago

react-native-sechart v1.7.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago
  • -->

react-native-sechart

NPM Version License

一个webview封装的图表组件。基于百度echarts4,相比native-echarts有echarts自带对象支持,例如渐变色等,用法与官网相同用法。

echarts version 4.2.1

注:react-native 最近几个版本 webview 包改动频繁,安装时请注意需要固定webview的版本,要不然会出现web与react-native通信的问题,导致api无反应,请仔细阅读安装步骤。

fork from github:shifeng1993/react-native-secharts

1. 修复Unicode问题

result = unescape(result.replace(/\\u/g, "%u"));

以下是示例图

柱状图

image

折线图

image

饼状图

image