This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch feat-targetSize
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 672173409 feat: make target size an option
add 6271ee07b feat: rename test file
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 e64d8b02a Merge branch 'next' into feat-targetSize
No new revisions were added by this update.
Summary of changes:
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/LineDraw.ts | 1 +
src/component/helper/RoamController.ts | 13 +-
test/graph-draggable.html | 441 +++++++++++++++++++++++
test/{aria-target-size.html => target-size.html} | 0
8 files changed, 570 insertions(+), 59 deletions(-)
create mode 100644 test/graph-draggable.html
rename test/{aria-target-size.html => target-size.html} (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]