fix: re-add all time grain options to the new chart API (#9744)

This commit is contained in:
Erik Ritter 2020-05-05 18:03:11 -07:00 committed by GitHub
parent 821e7e53a9
commit eee6280780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -610,6 +610,10 @@ class ChartDataExtrasSchema(Schema):
"P1M",
"P0.25Y",
"P1Y",
"1969-12-28T00:00:00Z/P1W", # Week starting Sunday
"1969-12-29T00:00:00Z/P1W", # Week starting Monday
"P1W/1970-01-03T00:00:00Z", # Week ending Saturday
"P1W/1970-01-04T00:00:00Z", # Week ending Sunday
),
),
required=False,