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 2018/05/21 21:16:31 UTC

[incubator-echarts] branch master updated (838cc39 -> 0711cdf)

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 838cc39  Merge branch 'master' of github.com:ecomfe/echarts
     add 646dec6  Separate focus node adjacency action.
     add f1fbe38  Merge remote-tracking branch 'origin/dev'
     add 7991282  Merge branch 'master' of https://github.com/apache/incubator-echarts
     add cba9276  Merge branch 'master' into dev
     add 39f90fc  tweak example.
     add 7729afc  Merge remote-tracking branch 'origin/dev'
     add 54947c8  add focus node adjacency for sankey view
     add ef25a6b  update the focus node adjacency interactive
     add f7190d1  add turn off configuration for the focusNodeAdjacency interaction of sankey
     add 1e32bcc  Merge branch 'master' of https://github.com/apache/incubator-echarts
     add 33b04a3  add reference paper in readme
     add 6241ebf  tweak
     add e9ed980  Merge branch 'master' into dev
     add f7cb789  Fix that tooltip occasionally trigger mouseout event.
     add 8f2399c  Fix axisLabel.formatter: '{value}', caused by the latest refactor.
     add c33d59e  Merge branch 'master' into dev
     new 0711cdf  Merge branch 'dev'

The 1 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:
 README.md                                          |   7 +
 src/chart/graph/GraphView.js                       |   2 +-
 src/chart/graph/graphAction.js                     |  26 +-
 .../focusNodeAdjacencyAction.js}                   |  33 +-
 src/chart/sankey/SankeySeries.js                   |   2 +
 src/chart/sankey/SankeyView.js                     | 162 ++++++-
 src/chart/sankey/sankeyAction.js                   |   6 +
 src/chart/themeRiver/themeRiverVisual.js           |   2 +-
 src/chart/tree/TreeSeries.js                       |   1 +
 src/chart/tree/TreeView.js                         |   1 +
 src/component/tooltip/TooltipContent.js            |   7 +
 src/coord/axisHelper.js                            |   3 +
 src/scale/Time.js                                  |   4 +-
 test/axisLabel.html                                |  71 ++-
 test/geoScatter.html                               |  11 +-
 test/sankey-test.html                              | 314 +++++++------
 test/sankey.html                                   |   1 +
 test/tooltip-event.html                            | 151 ++++++
 test/touch-slide.html                              | 509 +++++++++++++++++++++
 19 files changed, 1098 insertions(+), 215 deletions(-)
 copy src/chart/{tree/treeAction.js => helper/focusNodeAdjacencyAction.js} (60%)
 create mode 100644 test/tooltip-event.html

-- 
To stop receiving notification emails like this one, please contact
sushuang@apache.org.

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


[incubator-echarts] 01/01: Merge branch 'dev'

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0711cdfb0f5d8809d106a34e2e16daad991cb9e1
Merge: 838cc39 c33d59e
Author: sushuang <su...@gmail.com>
AuthorDate: Tue May 22 05:16:12 2018 +0800

    Merge branch 'dev'

 README.md                                          |   7 +
 src/chart/graph/GraphView.js                       |   2 +-
 src/chart/graph/graphAction.js                     |  26 +-
 .../focusNodeAdjacencyAction.js}                   |  32 +-
 src/chart/sankey/SankeySeries.js                   |   2 +
 src/chart/sankey/SankeyView.js                     | 162 ++++++-
 src/chart/sankey/sankeyAction.js                   |   6 +
 src/chart/themeRiver/themeRiverVisual.js           |   2 +-
 src/chart/tree/TreeSeries.js                       |   1 +
 src/chart/tree/TreeView.js                         |   1 +
 src/component/tooltip/TooltipContent.js            |   7 +
 src/coord/axisHelper.js                            |   3 +
 src/scale/Time.js                                  |   4 +-
 test/axisLabel.html                                |  71 ++-
 test/geoScatter.html                               |  11 +-
 test/sankey-test.html                              | 314 +++++++------
 test/sankey.html                                   |   1 +
 test/tooltip-event.html                            | 151 ++++++
 test/touch-slide.html                              | 509 +++++++++++++++++++++
 19 files changed, 1099 insertions(+), 213 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sushuang@apache.org.

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