BiosSun commented on issue #13768:
URL: https://github.com/apache/echarts/issues/13768#issuecomment-1091056632

   > 现在解决了吗
   
   这个问题貌似源自浏览器底层,而并不 echarts 自身实现所导致的,对于 echarts 
来说,若是不愿意等待浏览器厂商修复该问题的话,就只能变更实现机制了,但这恐怕很难。
   
   而对于我们项目来说,因为我们只需要高亮部分 X-轴 区间所对应的面积图部分,而不需要 visualMap 
控制器等功能,因此我们自己通过其它方式来做的,简单来说就是在灰色面积图的 series 之上额外添加了一个 custom series,然后根据需要高亮的 
X-轴 区间,计算并绘制一些多边型上去,至于拆线上的点,则是在这两个 series 之上又添加了一个拆线图(但不显示拆线,只有点)来绘制的。


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to