This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch feat-scatter
in repository https://gitbox.apache.org/repos/asf/echarts.git
from ecfe5832d feat(scatter): support jitter for scatters #18432
add 1ccceac62 feat(jitter): support overlapping API
add ae6f8bd77 test(jitter): support overlapping API
add ef777eb4e feat(jitter): support beeswarm-like jitter
No new revisions were added by this update.
Summary of changes:
src/chart/helper/SymbolDraw.ts | 41 +++-
src/coord/axisCommonTypes.ts | 2 +
src/coord/axisDefault.ts | 2 +
src/coord/cartesian/Cartesian2D.ts | 20 +-
src/coord/single/AxisModel.ts | 6 +-
src/coord/single/Single.ts | 6 -
src/util/jitter.ts | 128 ++++++++++
test/{build/mktest-tpl.html => at.html} | 47 ++--
test/bar-stack-minHeight.html | 206 ++++++++++++++++
.../{build/mktest-tpl.html => label-emphasis.html} | 42 ++--
test/{pie-case.html => legend-emphasis.html} | 45 ++--
...-line-cap.html => line-stack-connectNulls.html} | 38 +--
test/{label-ellipsis.html => radar-zero.html} | 69 +++---
test/scatter-jitter.html | 51 +++-
test/tmp-bug-svg.html | 267 +++++++++++++++++++++
test/treemap-option-label-position-with-rich.html | 95 ++++++++
16 files changed, 932 insertions(+), 133 deletions(-)
create mode 100644 src/util/jitter.ts
copy test/{build/mktest-tpl.html => at.html} (70%)
create mode 100644 test/bar-stack-minHeight.html
copy test/{build/mktest-tpl.html => label-emphasis.html} (72%)
copy test/{pie-case.html => legend-emphasis.html} (68%)
copy test/{clip-line-cap.html => line-stack-connectNulls.html} (69%)
copy test/{label-ellipsis.html => radar-zero.html} (59%)
create mode 100644 test/tmp-bug-svg.html
create mode 100644 test/treemap-option-label-position-with-rich.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]