roscoeh Report post Posted August 18, 2021 I am trying to prevent my treemap from drilling down. There does not seem a default method but am trying this and it does not seem to work, any idea? this.$refs.chart.chartObj.on('dataPlotClick', (e) => { e.preventDefault() }) Share this post Link to post Share on other sites
Madhulika Mukherjee Report post Posted August 20, 2021 (edited) Hi, I am afraid that it won't be possible as by default tree map is used for hierarchical data visualization, on click of that the child plots will be showcased. Feel free to revert back if you face any issues. Thanks, Madhulika Edited August 20, 2021 by Madhulika Mukherjee Share this post Link to post Share on other sites