Skip to content

Commit

Permalink
feat: update time comparison choices (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenajiang committed Jan 7, 2022
1 parent c95d6bf commit 6dcfa10
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 @@ -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 ' +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
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 @@ -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 ' +
Expand Down

0 comments on commit 6dcfa10

Please sign in to comment.