React component echarts

一个用于在React项目中以组件化方式使用百度ECharts的库,解决了原生ECharts配置式开发与React组件化开发模式不匹配的问题。

由于之前项目中大量使用了echarts,尤其在React项目中使用较多,而echarts又属于配置式的开发方式,与React的组件式开发模式有所违背,维护起来不方便,代码也很凌乱,故此个人抽空闲时间开发了React component echarts,用于组件式开发百度图表。- GitHub: https://github.com/dawiwt/react-component-echarts- Example: https://dawiwt.github.io/react-component-echarts- Tool: https://dawiwt.github.io/react-component-echarts/tools.html