lakakala opened a new issue #10207: 利用echart画graph图的线颜色百分比的起始位置设置为箭头的开始位置 URL: https://github.com/apache/incubator-echarts/issues/10207 ### What problem does this feature solve? 我利用Echart graph图表示一段时间内两个服务器链路连通性,需要用不同的颜色来表示此时链路状态,我是将时间转换为百分比来设置两个服务器之间线的颜色。由于两个服务器的位置是不固定的,所以需要设置颜色百分比的起始位置跟服务器的关系一致 ### What does the proposed API look like? 设置lineStyle时可以设定颜色百分比的起始位置为series[i]-graph.links[i].source的位置 <!-- 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]
