Skip to content

Commit b1b2848

Browse files
authored
Remove brush event from heatmap
1 parent bf0f85d commit b1b2848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/vis_type_vislib/public/heatmap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const createHeatmapVisTypeDefinition = (deps: VisTypeVislibDependencies)
5050
defaultMessage: 'Shade cells within a matrix',
5151
}),
5252
getSupportedTriggers: () => {
53-
return [VIS_EVENT_TO_TRIGGER.filter, VIS_EVENT_TO_TRIGGER.brush];
53+
return [VIS_EVENT_TO_TRIGGER.filter];
5454
},
5555
visualization: createVislibVisController(deps),
5656
visConfig: {

0 commit comments

Comments
 (0)