Skip to content

Commit

Permalink
[heatmap] basic non empty validation (#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 16, 2017
1 parent e834154 commit 7b015fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions superset/assets/javascripts/explore/stores/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,14 @@ const visTypes = {
],
},
],
controlOverrides: {
all_columns_x: {
validators: [v.nonEmpty],
},
all_columns_y: {
validators: [v.nonEmpty],
},
},
},

horizon: {
Expand Down

0 comments on commit 7b015fa

Please sign in to comment.