We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const s2Options = { width: 600, height: 480, hierarchyType: 'tree', };
const s2DataConfig: S2DataConfig = { fields: { rows: ['type', 'subType', 'city','province'], columns: [], values: ['number'], }, data: generateRawData( { province: 10, city: 100 }, { type: 10, sub_type: 100 }, ), };
https://s2.antv.antgroup.com/examples/case/performance-compare#pivot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🏷 Version
Sheet Type
🖋 Description
官网v2.0示例,在100W单元格透视表(树状)出现内存占用过高,导致表格及浏览器窗口崩溃不可用;
来回改变两次行列上的维度字段,内存一直占用,且内存不见回收,但是点击手动清理内存,就能降下来一部分。
⌨️ Code Snapshots
🔗 Reproduce Link
https://s2.antv.antgroup.com/examples/case/performance-compare#pivot
🤔 Steps to Reproduce
行列字段来回切换几次,观察内存变化,然后把列上字段全部放到行字段上。
😊 Expected Behavior
😅 Current Behavior
2024祝愿antv起飞🛫
💻 System information
The text was updated successfully, but these errors were encountered: