mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user