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 2020/11/02 05:17:05 UTC

[incubator-echarts] branch release updated (90e6426 -> 8d6a3e8)

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

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


    from 90e6426  Merge pull request #13523 from apache/fix-theme
     add b4667c8  ts: remove @ts-nocheck for some of the treemap files.
     add f62945c  fix: fix done/aborted in treemap. The bug case is: when click treemap to "drill down", and hover another rect to start state-changeing-animation before the drill down animation finished, some of the done/abort callback may not be called and then all of the "click" disabled (by the implementation of `src/util/animation.ts`.
     add f6e0dec  fix: Make `util/graphic` `updateProps` and `initProps` param `cb` listen "aborted". Because, at present, all of the cb usage are about "remove el", which are needed in both "done" and "aborted". Currently the usage of `cb`: initProps     ParallelView     SankeyView     ThemeRiverView updateProps     TreeView     custom
     add 7d09672  revert the cb on abort.
     add 8d6a3e8  Merge pull request #13522 from apache/fix/treemap-click

No new revisions were added by this update.

Summary of changes:
 src/chart/treemap/TreemapView.ts |  19 +++--
 src/util/animation.ts            | 157 ++++++++++++++++++++-------------------
 test/treemap-option.html         |   5 +-
 3 files changed, 94 insertions(+), 87 deletions(-)


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