This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 173fac602 Merge pull request #18862 from captainhaddock18/master
add 429123dc1 fix(scatter): fix edge scatter may be clipped unexpectedly
due to tiny offset.
add c525cbb06 test: add two new test cases for scatter clip on Cartesian
2D coordinate system.
add d674ebbee test: fix actions of the `clip.html` test case can't work as
expected
add 65717dbf9 fix(scatter): change the default tolerance to `0.1` to cover
more scenarios
new 111de669e Merge pull request #18867 from apache/fix/scatter-clip
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/chart/scatter/ScatterView.ts | 9 ++-
src/coord/CoordinateSystem.ts | 2 +-
src/coord/cartesian/Cartesian2D.ts | 12 +--
test/clip.html | 8 +-
test/clip2.html | 157 +++++++++++++++++++++++++++++++++++++
test/runTest/actions/__meta__.json | 1 +
test/runTest/actions/clip2.json | 1 +
7 files changed, 176 insertions(+), 14 deletions(-)
create mode 100644 test/clip2.html
create mode 100644 test/runTest/actions/clip2.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]