Skip to content

Commit

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

* Update sections.jsx
  • Loading branch information
Erik Ritter authored and auxten committed Nov 20, 2020
1 parent d9a83f5 commit 66a91b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion superset-frontend/src/explore/controlPanels/sections.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,14 @@ export const NVD3TimeSeries = [
'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 66a91b4

Please sign in to comment.