react-echarts icon indicating copy to clipboard operation
react-echarts copied to clipboard

:chart: React ECharts

Results 5 react-echarts issues
Sort by recently updated
recently updated
newest added

How can I use tooltip valueformatter ?

react 16取消了`React.PropTypes`声明,考虑将引用改为 require("[prop-types](https://www.npmjs.com/package/prop-types)") ?

我用的是npm 2.14.7版本(官网的Node 4.x LTS附带的) npm install结束后运行程序出现如下错误: > ERROR in ./~/react-echarts/lib/index.js > Module not found: Error: Cannot resolve module 'babel-runtime/helpers/interop-require-default' in /Users/reetsee/tmp/index/frontend/microservice/node_modules/react-echarts/lib > @ ./~/react-echarts/lib/index.js 3:29-85 > ERROR in ./~/react-echarts/lib/ECharts.js >...