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