Skip to content

Commit

Permalink
Moved percent metrics to its own row (#3924)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogball authored and mistercrunch committed Nov 22, 2017
1 parent 680e1cb commit ed85032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/assets/javascripts/explore/stores/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
],
Expand Down

0 comments on commit ed85032

Please sign in to comment.