Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(animation): support multi-level drill-down for universal transition #17611

Merged
merged 25 commits into from
Oct 24, 2022
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6f500be
test(universalTransition): a possible test file
tyn1998 Aug 5, 2022
0f85029
wip: successfully get childGroupId (a possible new interface)
tyn1998 Aug 5, 2022
4d4634f
wip: can decide "parent2child" or "child2parent"
tyn1998 Aug 6, 2022
a4cf7f9
wip: new createKeyGetters that suppot multi-drill (but only get key f…
tyn1998 Aug 6, 2022
788daec
wip: should consider getting direction from more ways & using groupId…
tyn1998 Aug 6, 2022
5063c51
refactor: rename "KeyDim" to "GroupIdDim"
tyn1998 Aug 31, 2022
01ba523
learning: add some comments
tyn1998 Sep 1, 2022
5e475a2
fix: incorrect dataGroupId for old data items in universalTransition
tyn1998 Aug 23, 2022
6e555b7
feat: multiple level drill down (alpha)
tyn1998 Sep 2, 2022
9fcbc7c
refactor: more readable universalTransition-multiLevelDrillDown.html
tyn1998 Sep 2, 2022
ce89ee7
docs: add comments for code
tyn1998 Sep 2, 2022
b123f35
docs: improve comments in test html
tyn1998 Sep 3, 2022
6168f98
docs: update universalTransition-multiLevelDrilldown.html
tyn1998 Sep 22, 2022
e5b9be3
Merge branch 'master' into feat/multi-drill
tyn1998 Oct 15, 2022
d689521
revert changes introduced by a merge in mistake
tyn1998 Oct 15, 2022
938e415
rename `childGroupId` to `itemChildGroupId` to make it consistent wit…
tyn1998 Oct 15, 2022
8e80c01
no need to return undefined, just return
tyn1998 Oct 15, 2022
55ba825
use `!= null` to test if equal to `undefined` or `null`
tyn1998 Oct 15, 2022
ffbc6af
not use enum, just use const variables
tyn1998 Oct 15, 2022
5321c2d
merge `getGroupId` and `getChildGroupId` into one function
tyn1998 Oct 16, 2022
dc9a3f6
use createHashMap() to improve performance
tyn1998 Oct 17, 2022
6f7a395
add another test case
tyn1998 Oct 17, 2022
edd2d3c
slow down animation update in test cases
tyn1998 Oct 17, 2022
9d52862
fix unexpected appearance of xAxis.name after switching options
tyn1998 Oct 18, 2022
3d5b32c
simplify code
tyn1998 Oct 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading