feat: update time comparison choices (again) (#22458)

This commit is contained in:
John Bodley 2022-12-24 10:13:35 +13:00 committed by GitHub
parent 87617095b9
commit 9e81c3a119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 0 deletions

View File

@ -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 ' +

View File

@ -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 ' +

View File

@ -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 ' +

View File

@ -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 ' +

View File

@ -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 ' +