bilibiliou commented on issue #8927:
URL:
https://github.com/apache/incubator-echarts/issues/8927#issuecomment-682448990
有一个hack 的方法 @zhuxinping @Ovilia :
```js
itemStyle: {
normal: {
color: 'rgba(254,44,85, 0)',
borderWidth: 1,
borderColor: 'transparent'
},
emphasis: {
color: 'rgba(254,44,85)',
borderWidth: 1,
borderColor: '#fff'
}
}
```
把 normal 态设置为透明状,主样式设置在 emphasis 中
----------------------------------------------------------------
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]