Override OnClick on Visualizations

Hi is there a way to override or disable the default mouse click event for all visualizations??

Where are this kind of events added to the visualization?

Im using Kibana 6.0.0

I got it.

just comment line 34 on vislib_vis_type.js and rebuild kibana disable default On Click

//this.vis.vislibVis.on('click', this.vis.API.events.filter);

Thank you for sharing your solution!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.