I want a treemap that doesn’t expand or collapse. For that I found that if you set
<code>dcc.Graph(id = 'treemap', config = {'staticPlot':True})
</code>
<code>dcc.Graph(id = 'treemap', config = {'staticPlot':True})
</code>
dcc.Graph(id = 'treemap', config = {'staticPlot':True})
would do the job. But then, you are not able to get clickData.
So is there a way to keep the clickData while having a static plot?