ycshill opened a new issue #12577:
URL: https://github.com/apache/incubator-echarts/issues/12577
雷达图 ,这个在ts 中报错 ,RadialGradient 不存在
```
areaStyle: {
color: new echarts.graphic.RadialGradient(0.5, 0.5, 0.5, [
{
offset: 0,
color: 'red'
},
{
offset: 1,
color: 'blue'
}
])
},
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]