Skip to content

Commit

Permalink
feat: update time comparison choices (again) (#22458)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Dec 23, 2022
1 parent 8761709 commit 9e81c3a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand Down
2 changes: 2 additions & 0 deletions superset-frontend/src/explore/controlPanels/sections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand Down

0 comments on commit 9e81c3a

Please sign in to comment.