You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by de...@apache.org on 2019/12/20 04:54:23 UTC

[incubator-echarts] branch master updated (6aec55a -> d992e77)

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

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


    from 6aec55a  feat(markLine): support distance array. close #11569
     new ba002d2  add polyline edge layout for the tree series #7090
     new 3b63439  modify the 'edgeLayout' config item to 'edgeShape' which is fit better
     new 9b8f59a  fix recurrent remove node animation error
     new bf61955  throw error when radial layout used polyline in dev env
     new 7e6ada8  add edgeSplitLocation config item for the polyline edge shape in tree diagram
     new 66119d3  update the remove and add node test of tree with polyline edge shape
     new ecfda9a  add polyline edge shape example of the tree diagram
     new 6e570cc  change the name edgeSplitLocation to edgeForkPosition and delete the edge of source when the only child be removed
     new 185b880  fix the corners of the two outermost edges of the subtree is jagged, not continuous
     new 07f2d70  simply the process to draw tree shape
     new d992e77  Merge pull request #11808 from deqingli/tree

The 5674 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/tree/TreeSeries.js       |   5 +
 src/chart/tree/TreeView.js         | 177 +++++++++++++++++++++++++----
 test/tree-addNode.html             | 164 +++++++++++++++------------
 test/tree-polyline.html            | 222 +++++++++++++++++++++++++++++++++++++
 test/tree-recurrentRemoveNode.html | 148 ++++++++++++++-----------
 test/tree-removeNode.html          | 145 ++++++++++++++----------
 6 files changed, 646 insertions(+), 215 deletions(-)
 create mode 100644 test/tree-polyline.html


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