mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
fix(dashboard): Avoid calling loadData for invisible charts on virtual rendering (#37452)
This commit is contained in:
7
docs/static/feature-flags.json
vendored
7
docs/static/feature-flags.json
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user