mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
feat(matrixify): Revamp control panel (#38519)
This commit is contained in:
committed by
GitHub
parent
6e7d6a85b4
commit
ed622e254a
@@ -549,7 +549,7 @@ describe('ExploreChartHeader', () => {
|
||||
const props = createProps({
|
||||
formData: {
|
||||
...createProps().chart.latestQueryFormData,
|
||||
matrixify_enable_vertical_layout: true,
|
||||
matrixify_enable: true,
|
||||
matrixify_mode_rows: 'metrics',
|
||||
matrixify_rows: [{ label: 'COUNT(*)', expressionType: 'SIMPLE' }],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user