You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/07/20 03:22:07 UTC

[echarts] branch dataset-perf updated (8abf642 -> d0217e1)

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

shenyi pushed a change to branch dataset-perf
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from 8abf642  merge from master
     add aec053d  fix(sankey): gradient should follow orient
     add 8f0d8d7  Merge pull request #15363 from susiwen8/sankey-linecolor-vertical
     add 87cccdd  fix(candlestick): fix style lost after update
     add 4acefbe  test(candlestick): add recorded interaction
     add c6edd70  Merge pull request #15368 from apache/fix-candlestick-update
     add 4fd7d7d  fix(geo): fix geo switch from hidden to show fail.
     add 993a75f  Merge pull request #15361 from apache/fix-geo-show-switch
     add 67a49bc  fix: root node related edge not removed when update data
     add db6a91a  Merge pull request #15251 from ssthouse/fix/tree-unexpected-edges
     add 82495ae  fix: hovered tooltip not update when options's series data changed
     add 15f318b  fix: CR suggestions
     add 8bfa7cc  fix: array index error & NPE not handled issue
     add 6321470  fix: CR suggestions
     add 9b2d392  Merge pull request #15194 from ssthouse/fix/tooltip-update-with-options
     add bcc0305  treemap: use treeAncestors in callback params
     add 0db3feb  Merge pull request #14976 from apache/pissang-patch-1
     add d0217e1  Merge branch 'master' into dataset-perf

No new revisions were added by this update.

Summary of changes:
 src/chart/helper/whiskerBoxCommon.ts       |   9 +-
 src/chart/sankey/SankeyView.ts             |   2 +-
 src/chart/tree/TreeView.ts                 |  97 +++++---
 src/chart/treemap/TreemapSeries.ts         |  11 +-
 src/component/geo/GeoView.ts               |  26 +-
 src/component/tooltip/TooltipView.ts       |  28 ++-
 test/candlestick-case.html                 | 369 +++++++++++++++++++++++++++++
 test/geo-update.html                       |  49 ++++
 test/geoScatter.html                       |  23 +-
 test/runTest/actions/__meta__.json         |   2 +
 test/runTest/actions/candlestick-case.json |   1 +
 test/runTest/actions/geo-update.json       |   1 +
 test/sankey.html                           |  13 +-
 test/tree-basic.html                       |   6 +-
 14 files changed, 558 insertions(+), 79 deletions(-)
 create mode 100644 test/candlestick-case.html
 create mode 100644 test/runTest/actions/candlestick-case.json
 create mode 100644 test/runTest/actions/geo-update.json

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