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 uses canvas `clip()` API to clip the shape.  I think it will fix your 
issue.
   
   The usage is simple:
   
   ```js
   series: [{
     type: 'custom',
     clip: true
   }]
   ```
   
   
![image](https://user-images.githubusercontent.com/841551/65809962-4e096400-e1d6-11e9-8ad0-c962d9e251ff.png)
   
   

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

Reply via email to