$ cnpm install @uyun/react-echarts
A very simple echarts(v3.0) wrapper for react.
unpm install --save @uyun/react-echarts
import React from 'react';
import ReactEcharts from '@uyun/react-echarts'; // or var ReactEcharts = require('react-echarts');
<ReactEcharts
option={this.getOption()}
notMerge={true}
lazyUpdate={true}
theme={"theme_name"}
onChartReady={this.onChartReadyCallback}
onEvents={EventsDict} />
Copyright 2013 - present © cnpmjs.org