You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2022/02/28 04:14:56 UTC

[echarts] branch next updated (08d010a -> ff68ced)

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

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


    from 08d010a  Merge pull request #16321 from apache/fix-dataview
     new 23ae97b  feat(graph): simple layout graph support dragging
     new 78b2475  test(graph): add simple graph draggable test case
     new 1d962f6  feat(graph): update circular layout helper function
     new ae38c73  feat(graph): support draggable for all graph layout ('none' | 'circular' | 'force')
     new ebae264  test(graph): add graph draggable test case
     new 8144dcc  Revert "test(graph): add simple graph draggable test case"
     new 5f8f0c6  fix(graph): node el check for circular layout
     new db01e51  fix(graph): remove GraphNode `_fixed` field
     new 2b1595d  fix(graph): use zrender/vector calculate node layout
     new 7891815  Merge remote-tracking branch 'upstream/next' into feat-simple-graph-draggable
     new 472e72b  fix: not trigger roam on el's child
     new 657f379  fix: fix code
     new aeb66aa  fix: remove useless code
     new 45a1ebd  fix: store fixed state in layout object
     new 155364a  fix: use mouse position calculate circular layout
     new ff68ced  Merge pull request #15428 from kongmoumou/feat-simple-graph-draggable

The 8393 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/graph/GraphView.ts            |  73 +++---
 src/chart/graph/circularLayoutHelper.ts |  69 ++++-
 src/component/helper/RoamController.ts  |  13 +-
 test/graph-draggable.html               | 441 ++++++++++++++++++++++++++++++++
 4 files changed, 549 insertions(+), 47 deletions(-)
 create mode 100644 test/graph-draggable.html

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