somonus / react-echarts

React echarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Krystal-wang-bg opened this issue · comments

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

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