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 036670c4dff21..983e45ec8e6fa 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 @@ -103,6 +103,8 @@ export const advancedAnalyticsControls: ControlPanelSectionConfig = { '1 year ago', '104 weeks ago', '2 years ago', + '156 weeks ago', + '3 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 bee80945f0d96..03c18b601612c 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx +++ b/superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx @@ -320,6 +320,8 @@ const config: ControlPanelConfig = { '1 year', '104 weeks', '2 years', + '156 weeks', + '3 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 72acb61575f9b..a400095185fc1 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx +++ b/superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx @@ -203,6 +203,8 @@ const config: ControlPanelConfig = { '1 year', '104 weeks', '2 years', + '156 weeks', + '3 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 a71db9d3df468..4f942b4b708e2 100644 --- a/superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx +++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx @@ -453,6 +453,8 @@ export const timeSeriesSection: ControlPanelSectionConfig[] = [ '1 year', '104 weeks', '2 years', + '156 weeks', + '3 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 4ff269df3ff6a..83d2d3a2f6915 100644 --- a/superset-frontend/src/explore/controlPanels/sections.tsx +++ b/superset-frontend/src/explore/controlPanels/sections.tsx @@ -218,6 +218,8 @@ export const NVD3TimeSeries: ControlPanelSectionConfig[] = [ '1 year', '104 weeks', '2 years', + '156 weeks', + '3 years', ]), description: t( 'Overlay one or more timeseries from a ' +