Ovilia commented on issue #10748: 严重bug URL: https://github.com/apache/incubator-echarts/issues/10748#issuecomment-506637884 这个是 bug,比较难修,跟 #10646 是一样的问题。 修复的基本想法是,对 grid 区域提供一个 clip 操作,如果图形完全超出了 grid 范围,则完全不绘制(而不是用 clipPath 裁剪掉),如果一半在里面一半在外面,则 clipPath 一下。
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail: dev-h...@echarts.apache.org