diff --git a/superset/config.py b/superset/config.py index 09ef4e71a2d54..889cdbe7ebaf7 100644 --- a/superset/config.py +++ b/superset/config.py @@ -435,6 +435,7 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]: # This could cause the server to run out of memory or compute. "ALLOW_FULL_CSV_EXPORT": False, "UX_BETA": False, + "GENERIC_CHART_AXES": False, } # Feature flags may also be set via 'SUPERSET_FEATURE_' prefixed environment vars.