See https://github.com/apache/incubator-superset/issues/7984 for more
details
This commit is contained in:
Maxime Beauchemin 2019-08-06 21:15:47 -07:00 committed by GitHub
parent e830474e5b
commit af2b92d147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1069,6 +1069,9 @@ class BigNumberTotalViz(BaseViz):
raise Exception(_("Pick a metric!"))
d["metrics"] = [self.form_data.get("metric")]
self.form_data["metric"] = metric
# Limiting rows is not required as only one cell is returned
d["row_limit"] = None
return d