[heatmap] basic non empty validation (#3119)

This commit is contained in:
Maxime Beauchemin 2017-07-15 20:07:57 -07:00 committed by GitHub
parent e834154030
commit 7b015faae9
1 changed files with 8 additions and 0 deletions

View File

@ -798,6 +798,14 @@ const visTypes = {
],
},
],
controlOverrides: {
all_columns_x: {
validators: [v.nonEmpty],
},
all_columns_y: {
validators: [v.nonEmpty],
},
},
},
horizon: {