mistercrunch closed pull request #3924: [Bugfix] Table Viz overlapping metrics
and percent metrics
URL: https://github.com/apache/incubator-superset/pull/3924
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/superset/assets/javascripts/explore/stores/visTypes.js
b/superset/assets/javascripts/explore/stores/visTypes.js
index ef3100375b..15aa82eaf2 100644
--- a/superset/assets/javascripts/explore/stores/visTypes.js
+++ b/superset/assets/javascripts/explore/stores/visTypes.js
@@ -486,7 +486,8 @@ export const visTypes = {
description: t('Use this section if you want a query that aggregates'),
controlSetRows: [
['groupby'],
- ['metrics', 'percent_metrics'],
+ ['metrics'],
+ ['percent_metrics'],
['include_time'],
['timeseries_limit_metric', 'order_desc'],
],
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services