fix(dashboard): Avoid calling loadData for invisible charts on virtual rendering (#37452)

This commit is contained in:
JUST.in DO IT
2026-02-02 10:07:25 -08:00
committed by GitHub
parent 11257c0536
commit be404f9b84
5 changed files with 28 additions and 3 deletions

View File

@@ -247,6 +247,13 @@
"description": "Enables dashboard virtualization for improved performance",
"category": "path_to_deprecation"
},
{
"name": "DASHBOARD_VIRTUALIZATION_DEFER_DATA",
"default": false,
"lifecycle": "stable",
"description": "Supports simultaneous data and dashboard virtualization for backend performance",
"category": "runtime_config"
},
{
"name": "DATAPANEL_CLOSED_BY_DEFAULT",
"default": false,