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: optimize the performance of large data interaction #3

Merged
merged 6 commits into from
Jun 7, 2023

Conversation

Rui-Sun
Copy link
Contributor

@Rui-Sun Rui-Sun commented Jun 7, 2023

  1. optimize the performance of large data interaction
  2. add pixel ratio and select api

@@ -3,6 +3,7 @@ import type { Group } from '../../graphic/group';
import type { WrapText } from '../../graphic/text';
import { updateCellHeightForColumn } from '../../layout/update-height';
import type { Scenegraph } from '../../scenegraph';
import { groupForDebug } from '../../scenegraph';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个是临时的吗

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不是,这个是给获取不到单元格的地址查询兜底用的,我改个名字

@github-actions github-actions bot added the core label Jun 7, 2023
@Rui-Sun Rui-Sun merged commit b539e6f into main Jun 7, 2023
@Rui-Sun Rui-Sun deleted the feat_merge_fix branch June 7, 2023 10:52
Rui-Sun added a commit that referenced this pull request Jun 14, 2023
* optimize the performance of large data interaction
* add pixel ratio and select api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants