We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0f85d commit b1b2848Copy full SHA for b1b2848
1 file changed
src/plugins/vis_type_vislib/public/heatmap.ts
@@ -50,7 +50,7 @@ export const createHeatmapVisTypeDefinition = (deps: VisTypeVislibDependencies)
50
defaultMessage: 'Shade cells within a matrix',
51
}),
52
getSupportedTriggers: () => {
53
- return [VIS_EVENT_TO_TRIGGER.filter, VIS_EVENT_TO_TRIGGER.brush];
+ return [VIS_EVENT_TO_TRIGGER.filter];
54
},
55
visualization: createVislibVisController(deps),
56
visConfig: {
0 commit comments