UNPKG

react-echarts-v3

Version:

React.js component wrap for ECharts.js(v3.x+)

7 lines (5 loc) 178 B
import * as ECharts from 'echarts/lib/echarts'; import Wrapper from './wrapper.jsx'; const IEcharts = Wrapper(ECharts); IEcharts.__echarts__ = ECharts; export default IEcharts;