roscoeh

Prevent drill down on dataPlotClick

Recommended Posts

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

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 by Madhulika Mukherjee

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now