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
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.