N2ET opened a new issue #10968: 关系图连线样式配置透明度,箭头里 URL: https://github.com/apache/incubator-echarts/issues/10968 ### Version 4.2.1 ### Steps to reproduce 1. 使用官方的例子,https://echarts.baidu.com/examples/editor.html?c=graph-simple 2. 节点1节点2的连线配置样式 ```javascript { lineStyle: { normal: { width: 5, curveness: 0.2, color: 'orange', opacity: 0.3 }, emphasis: { opacity: 0.8 } } ``` ### What is expected? 1. 连线跟箭头显示的颜色一致 2. hover时连线跟箭头显示的颜色一致 ### What is actually happening? 1. 箭头跟连线有重叠的部分,且重叠部分的颜色比较深 2. 只有连线是emphasis的样式,箭头是普通样式 <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
