How to create a treemap with drill-through charts

My purpose is to create an interactive treemap so that when I select mutiple ids (squares) on the treemap, new scatter charts corresponding to those ids will be generated.

I have figured out that I can click on the square and get the information from the click event to feed that to a figure through a callback according to this documentation:
https://dash.plotly.com/interactive-graphing

However, I can only select one id on treemap because the animation would zoom in the selected id. How do I disable the animation and create persistent click events?

I have searched hours through treemap documentation and found nothing. Please help.