plainheart opened a new pull request, #18867: URL: https://github.com/apache/echarts/pull/18867
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? Fix the scatters near the edge of the coordinate system grid may be unexpectedly clipped due to a tiny offset. - Add a parameter `tolerance` for the `CoordinateSystem#getArea` method. - Set the default tolerance of the scatter series as `1e-2` (Got by test) Similar to PR #16329. ### Fixed issues - Resolves #18861 - Resolves #16661 - Resolves #17113 ## Comparison  ## Document Info One of the following should be checked. - [x] This PR doesn't relate to document changes - [ ] The document should be updated later - [ ] The document changes have been made in apache/echarts-doc#xxx ## Misc ### ZRender Changes - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx). ### Related test cases or examples to use the new APIs Please refer to `test/clip2.html`. ## Others ### Merging options - [ ] Please squash the commits into a single one when merging. ### Other information The bar series has the same bug. See also #16666. It can be fixed in another PR later. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
