In nvd3 sunburst plots, the root node is selected/expanded by default. In this example:
https://nvd3-community.github.io/nvd3/examples/sunburst.html
that would be the "flare" node.
How can I change the initial selected/expanded node to "query" for example? Or to any other node, programmatically?