feat(matrixify): Revamp control panel (#38519)

This commit is contained in:
Mehmet Salih Yavuz
2026-03-13 21:51:53 +03:00
committed by GitHub
parent 6e7d6a85b4
commit ed622e254a
21 changed files with 517 additions and 247 deletions

View File

@@ -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' }],
},