From 4fe51c6db954f6e78a36e607b0b657353802ed6c Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:22:17 -0300 Subject: [PATCH] fix: Horizon Chart are not working any more (#30563) (cherry picked from commit 7b47e43fd098d336b5e383d4656477bad0b45430) --- .../plugins/legacy-plugin-chart-horizon/src/controlPanel.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts b/superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts index c96b2f0ed7f32..51a43a450e119 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts +++ b/superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts @@ -24,6 +24,12 @@ import { const config: ControlPanelConfig = { controlPanelSections: [ + { + label: t('Time'), + expanded: true, + description: t('Time related form attributes'), + controlSetRows: [['granularity_sqla'], ['time_range']], + }, { label: t('Query'), expanded: true,