-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(perf): 优化 dataset 数据结构转化,以及交互过程中 layout性能 (#2476)
- Loading branch information
Showing
113 changed files
with
4,774 additions
and
4,297 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,22 @@ | ||
export const dataCustomTrees = [ | ||
{ | ||
'measure-a': 1, | ||
type: '家具', | ||
sub_type: '桌子', | ||
}, | ||
{ | ||
'measure-a': 1, | ||
'measure-b': 2, | ||
type: '家具', | ||
sub_type: '桌子', | ||
}, | ||
{ | ||
'measure-c': 3, | ||
type: '家具', | ||
sub_type: '桌子', | ||
}, | ||
{ | ||
'measure-d': 4, | ||
type: '家具', | ||
sub_type: '桌子', | ||
}, | ||
{ | ||
'measure-e': 5, | ||
type: '家具', | ||
sub_type: '桌子', | ||
}, | ||
{ | ||
'measure-f': 6, | ||
type: '家具', | ||
sub_type: '桌子', | ||
}, | ||
{ | ||
'measure-a': 11, | ||
type: '家具', | ||
sub_type: '椅子', | ||
}, | ||
{ | ||
'measure-a': 11, | ||
'measure-b': 22, | ||
type: '家具', | ||
sub_type: '椅子', | ||
}, | ||
{ | ||
'measure-c': 33, | ||
type: '家具', | ||
sub_type: '椅子', | ||
}, | ||
{ | ||
'measure-d': 44, | ||
type: '家具', | ||
sub_type: '椅子', | ||
}, | ||
{ | ||
'measure-e': 55, | ||
type: '家具', | ||
sub_type: '椅子', | ||
}, | ||
{ | ||
'measure-f': 66, | ||
type: '家具', | ||
sub_type: '椅子', | ||
}, | ||
]; |
Oops, something went wrong.
6fa8fbb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
antvis-s2 – ./
antvis-s2-xuexiao-family.vercel.app
antvis-s2-git-master-xuexiao-family.vercel.app
antvis-s2.vercel.app