pissang edited a comment on issue #10222: Fix clipPointsByRect() URL: https://github.com/apache/incubator-echarts/issues/10222#issuecomment-536142136 @tmtron Thanks for the detailed advice. And yes, we added a `clip` option in custom series in the 4.4.0, which will be released in the next week. It will use canvas `clip()` API to clip the shape. I think it will fix your issue. The usage is simple: ```js series: [{ type: 'custom', clip: true }] ``` 
---------------------------------------------------------------- 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]
