Skip to content

Commit

Permalink
Add row_limit to heatmap controls (#3969)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Dec 7, 2017
1 parent e02d35e commit a26cf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/explore/stores/visTypes.js
Original file line number Diff line number Diff line change
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 a26cf00

Please sign in to comment.