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

颜色渐变色支持么?如果支持的话, 应该如何用

Open Krystal-wang-bg opened this issue 8 years ago • 1 comments

比如原生js版本的echart设置渐变色可以这样配置: color: new echarts.graphic.RadialGradient(0.5, 0.5, 0.5, [...],false) 但是在react组件里面如何使用这个 graphic的渐变

Krystal-wang-bg avatar Mar 13 '17 07:03 Krystal-wang-bg

引入 echarts import echarts from 'echarts/dist/echarts.common';

coldice8 avatar Oct 20 '17 10:10 coldice8