Merge pull request #212 from airbnb/big_number_total

Adding a big number total viz type that is not a timeseries metric
This commit is contained in:
michellethomas
2016-04-07 14:22:12 -07:00
parent bcca840f01
commit 59169bfc96
6 changed files with 90 additions and 6 deletions

View File

@@ -504,6 +504,11 @@ class FormFactory(object):
"relative time period. Expects relative time delta "
"in natural language (example: 24 hours, 7 days, "
"56 weeks, 365 days")),
'subheader': TextField(
'Subheader',
description=(
"Description text that shows up below your Big "
"Number")),
}
@staticmethod