Skip to content

Commit

Permalink
feat: update time_compare description and choices (apache#818)
Browse files Browse the repository at this point in the history
* feat: update time_compare description and choices

* Update NVD3Controls.tsx

* Update controlPanel.jsx
  • Loading branch information
Erik Ritter authored and zhaoyongjie committed Nov 17, 2021
1 parent 10f2b6c commit a7e4591
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,14 @@ export default {
'30 days',
'52 weeks',
'1 year',
'104 weeks',
'2 years',
]),
description: t(
'Overlay one or more timeseries from a ' +
'relative time period. Expects relative time deltas ' +
'in natural language (example: 24 hours, 7 days, ' +
'56 weeks, 365 days)',
'52 weeks, 365 days). Free text is supported.',
),
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,14 @@ export default {
'30 days',
'52 weeks',
'1 year',
'104 weeks',
'2 years',
]),
description: t(
'Overlay one or more timeseries from a ' +
'relative time period. Expects relative time deltas ' +
'in natural language (example: 24 hours, 7 days, ' +
'56 weeks, 365 days)',
'52 weeks, 365 days). Free text is supported.',
),
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,12 +402,14 @@ export const timeSeriesSection = [
'30 days',
'52 weeks',
'1 year',
'104 weeks',
'2 years',
]),
description: t(
'Overlay one or more timeseries from a ' +
'relative time period. Expects relative time deltas ' +
'in natural language (example: 24 hours, 7 days, ' +
'56 weeks, 365 days)',
'52 weeks, 365 days). Free text is supported.',
),
},
},
Expand Down

0 comments on commit a7e4591

Please sign in to comment.