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 2020/06/29 02:19:29 UTC

[incubator-echarts] branch master updated (1f31de3 -> baae12e)

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/incubator-echarts.git.


    from 1f31de3  Merge pull request #12834 from liulinboyi/fix-12812
     new 1f90f1e  feat(graph): graph support multiple edges, for #6811
     new b2856b2  feat(graph): graph support mutil edge, for #6811
     new d9c5d2f  fix(tree): code rebuild follow the review suggest
     new 32a7062  fix(tree): code rebuild follow the review suggest #2
     new 754bf60  fix(tree): code rebuild follow the review suggest #2
     new 68eff58  fix(tree): code rebuild follow the review suggest #3
     new eadceff  fix(tree): code rebuild follow the review suggest #3
     new a02f3f2  fix(tree): code rebuild follow the review suggest #4
     new 601aa05  fix(tree): code rebuild follow the review suggest #5, add even test
     new fd25c1a  fix(tree): code rebuild follow the review suggest #6
     new baae12e  Merge pull request #12590 from wf123537200/feat-6811

The 5911 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/GraphSeries.js              |  13 +-
 src/chart/graph/circularLayoutHelper.js     |  10 +-
 src/chart/graph/forceLayout.js              |   8 +-
 src/chart/graph/simpleLayoutHelper.js       |  17 +-
 src/chart/helper/createGraphFromNodeEdge.js |   5 +-
 src/chart/helper/multipleGraphEdgeHelper.js | 229 ++++++++++++++++++
 src/data/Graph.js                           |   8 +-
 test/graph-mulitple-edges.html              | 357 ++++++++++++++++++++++++++++
 8 files changed, 628 insertions(+), 19 deletions(-)
 create mode 100644 src/chart/helper/multipleGraphEdgeHelper.js
 create mode 100644 test/graph-mulitple-edges.html


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