Skip to content

Commit

Permalink
Add row_limit to heatmap controls (apache#3969)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored and michellethomas committed May 23, 2018
1 parent a3a2ffc commit 9f9f89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/explore/stores/visTypes.js
Expand Up @@ -1121,7 +1121,7 @@ export const visTypes = {
expanded: true,
controlSetRows: [
['all_columns_x', 'all_columns_y'],
['metric'],
['metric', 'row_limit'],
],
},
{
Expand Down

0 comments on commit 9f9f89b

Please sign in to comment.