kanoakliu opened a new issue, #19343:
URL: https://github.com/apache/echarts/issues/19343

   ### What problem does this feature solve?
   
   
我有一个场景需要绘制两条曲线间的面积,但当我查看文档后发现`line`类型折线的`areeaStyle`可以绘制面积区域,通过`origin`配置图形区域的起始位置,但是`origin`仅能控制`start`,`end`这些,新增的`number`也只能控制面积区域在number所在的直线上而不是可以到下面另一条折线停止?(原谅我并不是专业的Web开发人员,如果可以请给我一些提示,非常感谢)
   
   ### What does the proposed API look like?
   
   
我现在的解决方案是两条折线都通过`areaStyle`绘制面积,通过下方曲线的面积颜色调整为echarts背景色同样的颜色来覆盖上面曲线多余的面积以此实现虚假的两条曲线间的面积,但是这会在鼠标悬停到上方曲线时暴露,有什么更好的解决方案吗
   
![image](https://github.com/apache/echarts/assets/73887119/5831c426-ab9f-4b7d-a29b-f3f51b875bd1)
   
![image](https://github.com/apache/echarts/assets/73887119/defbb291-a5db-4ffb-94c1-5e686ae8d016)
   
   


-- 
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: commits-unsubscr...@echarts.apache.org.apache.org

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


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

Reply via email to