diff --git a/superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx b/superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx index c67018f1fe82..e1ed5ff76dd3 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx +++ b/superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx @@ -119,6 +119,8 @@ export const advancedAnalyticsControls: ControlPanelSectionConfig = { '2 years ago', '156 weeks ago', '3 years ago', + '208 weeks ago', + '4 years ago', ]), description: t( 'Overlay one or more timeseries from a ' + diff --git a/superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx b/superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx index ab1f8dfba6cc..92293737660f 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx +++ b/superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx @@ -314,6 +314,8 @@ const config: ControlPanelConfig = { '2 years', '156 weeks', '3 years', + '208 weeks', + '4 years', ]), description: t( 'Overlay one or more timeseries from a ' + diff --git a/superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx b/superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx index a62febe9545e..12795385f345 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx +++ b/superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx @@ -196,6 +196,8 @@ const config: ControlPanelConfig = { '2 years', '156 weeks', '3 years', + '208 weeks', + '4 years', ]), description: t( 'Overlay one or more timeseries from a ' + diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx b/superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx index 4532da95748d..dc04720b1b7b 100644 --- a/superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx +++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx @@ -443,6 +443,8 @@ export const timeSeriesSection: ControlPanelSectionConfig[] = [ '2 years', '156 weeks', '3 years', + '208 weeks', + '4 years', ]), description: t( 'Overlay one or more timeseries from a ' + diff --git a/superset-frontend/src/explore/controlPanels/sections.tsx b/superset-frontend/src/explore/controlPanels/sections.tsx index e537dfedf9d6..4b0d641274fe 100644 --- a/superset-frontend/src/explore/controlPanels/sections.tsx +++ b/superset-frontend/src/explore/controlPanels/sections.tsx @@ -192,6 +192,8 @@ export const NVD3TimeSeries: ControlPanelSectionConfig[] = [ '2 years', '156 weeks', '3 years', + '208 weeks', + '4 years', ]), description: t( 'Overlay one or more timeseries from a ' +