Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
955
How to determine the selected node in the treemap?
posted

The TreeMap samples do not show a "selected" state. just a hover state.
Does this mean that we have to write code to manage permanently selecting a treeMapNode?

Also, I could not find a way to identify the currently selected node. There is a NodePanel object which is supposed to contain the list of children, but the connection between that object and the treemap is not clear.

So the question is, assuming we can make a selection permanent, how can we determine the currently selected treeMap node. Or do we manually manange the selection ourselves.