We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de78d8 commit ddf16ccCopy full SHA for ddf16cc
superset/config.py
@@ -625,7 +625,7 @@ class D3TimeFormat(TypedDict, total=False):
625
# in addition to relative timeshifts (e.g., "1 day ago")
626
"DATE_RANGE_TIMESHIFTS_ENABLED": False,
627
# Enable Matrixify feature for matrix-style chart layouts
628
- "MATRIXIFY": False,
+ "MATRIXIFY": True,
629
# Force garbage collection after every request
630
"FORCE_GARBAGE_COLLECTION_AFTER_EVERY_REQUEST": False,
631
}
0 commit comments