Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update time comparison choices (again) #17968

Merged
merged 1 commit into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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