Skip to content

Commit

Permalink
[heatmap] basic non empty validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 14, 2017
1 parent 256a521 commit ae01d41
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 ae01d41

Please sign in to comment.