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 <[email protected]> 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 [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
