[heatmap] basic non empty validation (#3119)
This commit is contained in:
parent
e834154030
commit
7b015faae9
|
|
@ -798,6 +798,14 @@ const visTypes = {
|
|||
],
|
||||
},
|
||||
],
|
||||
controlOverrides: {
|
||||
all_columns_x: {
|
||||
validators: [v.nonEmpty],
|
||||
},
|
||||
all_columns_y: {
|
||||
validators: [v.nonEmpty],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
horizon: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue