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

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


    from 7a12c0ba8 Merge pull request #17796 from apache/master
     new 6f500be79 test(universalTransition): a possible test file
     new 0f850296a wip: successfully get childGroupId (a possible new interface)
     new 4d4634fd4 wip: can decide "parent2child" or "child2parent"
     new a4cf7f9f2 wip: new createKeyGetters that suppot multi-drill (but only 
get key from dim)
     new 788daecc1 wip: should consider getting direction from more ways & 
using groupId only when direction is 'nodirection'
     new 5063c519f refactor: rename "KeyDim" to "GroupIdDim"
     new 01ba523a7 learning: add some comments
     new 5e475a208 fix: incorrect dataGroupId for old data items in 
universalTransition
     new 6e555b754 feat: multiple level drill down (alpha)
     new 9fcbc7c58 refactor: more readable 
universalTransition-multiLevelDrillDown.html
     new ce89ee778 docs: add comments for code
     new b123f35e3 docs: improve comments in test html
     new 6168f98e2 docs: update universalTransition-multiLevelDrilldown.html
     new e5b9be310 Merge branch 'master' into feat/multi-drill
     new d6895216a revert changes introduced by a merge in mistake
     new 938e4152b rename `childGroupId` to `itemChildGroupId` to make it 
consistent with `itemGroupId`
     new 8e80c0116 no need to return undefined, just return
     new 55ba82589 use `!= null` to test if equal to `undefined` or `null`
     new ffbc6afaf not use enum, just use const variables
     new 5321c2d8d merge `getGroupId` and `getChildGroupId` into one function
     new dc9a3f68c use createHashMap() to improve performance
     new 6f7a395ac add another test case
     new edd2d3cf3 slow down animation update in test cases
     new 9d52862cb fix unexpected appearance of xAxis.name after switching 
options
     new 3d5b32c42 simplify code
     new 1dadcabe2 Merge pull request #17611 from tyn1998/feat/multi-drill

The 8931 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:
 src/animation/universalTransition.ts              | 174 +++++---
 src/util/types.ts                                 |   5 +-
 test/universalTransition-multiLevelDrillDown.html | 476 ++++++++++++++++++++++
 3 files changed, 606 insertions(+), 49 deletions(-)
 create mode 100644 test/universalTransition-multiLevelDrillDown.html


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

Reply via email to