This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from f2e8379c7 Merge pull request #17426 from apache/fix-subpixel
     add 23ae97b9f feat(graph): simple layout graph support dragging
     add 78b247521 test(graph): add simple graph draggable test case
     add 1d962f663 feat(graph): update circular layout helper function
     add ae38c73f1 feat(graph): support draggable for all graph layout ('none' 
| 'circular' | 'force')
     add ebae26494 test(graph): add graph draggable test case
     add 8144dcc0b Revert "test(graph): add simple graph draggable test case"
     add 5f8f0c6d4 fix(graph): node el check for circular layout
     add db01e5128 fix(graph): remove GraphNode `_fixed` field
     add 2b1595dba fix(graph): use zrender/vector calculate node layout
     add 789181583 Merge remote-tracking branch 'upstream/next' into 
feat-simple-graph-draggable
     add 472e72b6f fix: not trigger roam on el's child
     add 657f37917 fix: fix code
     add aeb66aa7c fix: remove useless code
     add 45a1ebd5c fix: store fixed state in layout object
     add 155364a6b fix: use mouse position calculate circular layout
     add ff68ceda0 Merge pull request #15428 from 
kongmoumou/feat-simple-graph-draggable
     add 5dd49b4d9 Merge pull request #16683 from apache/master
     add 38bcddc40 Merge branch 'master' into merge-master-to-next
     add a7ff84ae7 Merge pull request #16944 from apache/merge-master-to-next
     add 4493fceec Merge pull request #16945 from apache/master
     add dd950c78a feat(LineDraw):series-lines support the effect animation go 
back
     add 0478f51cd rename the option from goback to roundTrip
     add 0fa933dfc Merge pull request #16943 from wangguisong/feat-goback
     add 6de533a26 feat: ignore target size for large charts
     add 02beb9a9b feat: make target size an option
     add 4b2bd9c16 feat: rename test file
     add c11463a85 feat: rename variables
     add 343b13a49 test: add coarse-pointer in test env
     add c1c9faf26 fix(coarse-pointer): use retrieve
     add acb54f829 feat(coarse-pointer): fix test
     add 5c3025d4a feat(coarse-pointer): fix test
     add 3f1ecf9e9 Merge pull request #17403 from apache/master
     add 690ad3df0 refactor(util): import `encodeHTML` function from `zrender`.
     add 7d7150b28 chore: update zrender to the latest nightly version.
     add b73b3e504 Merge pull request #17406 from apache/fix-import
     add 71ba23e5b chore: merge next
     add d0b204597 fix: merge conflict
     add d897fa2e5 Merge pull request #17102 from apache/feat-coarse-pointer
     add 99335dacf Merge branch 'next'
     add 3c27102b0 Merge pull request #17538 from apache/master-tmp

No new revisions were added by this update.

Summary of changes:
 package-lock.json                        |  15 +-
 package.json                             |   2 +-
 src/chart/bar/BarView.ts                 |   1 +
 src/chart/candlestick/CandlestickView.ts |   7 +-
 src/chart/graph/GraphView.ts             |  71 +++--
 src/chart/graph/circularLayoutHelper.ts  |  69 ++++-
 src/chart/helper/EffectLine.ts           |  26 +-
 src/chart/helper/EffectPolyline.ts       |   8 +-
 src/chart/helper/LargeLineDraw.ts        |   3 +-
 src/chart/helper/LargeSymbolDraw.ts      |   1 +
 src/chart/helper/LineDraw.ts             |   1 +
 src/component/helper/RoamController.ts   |  13 +-
 src/core/echarts.ts                      |  12 +-
 src/util/format.ts                       |  20 +-
 test/coarse-pointer.html                 | 164 ++++++++++++
 test/graph-draggable.html                | 441 +++++++++++++++++++++++++++++++
 test/lib/caseFrame.js                    |  11 +
 test/lib/config.js                       |  15 ++
 test/lib/testHelper.js                   |   7 +-
 test/runTest/actions/__meta__.json       |   1 +
 test/runTest/actions/coarse-pointer.json |   1 +
 test/runTest/cli.js                      |   7 +-
 test/runTest/client/client.css           |  10 +-
 test/runTest/client/client.js            |   6 +
 test/runTest/client/index.html           | 153 ++++++-----
 test/runTest/server.js                   |   4 +
 test/runTest/store.js                    |   9 +-
 27 files changed, 904 insertions(+), 174 deletions(-)
 create mode 100644 test/coarse-pointer.html
 create mode 100644 test/graph-draggable.html
 create mode 100644 test/runTest/actions/coarse-pointer.json


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to