I have created a sunburst chart and would like to select a segment the use this selection as a filter. The sunburst chart should output the selection as a Boolean in a new column, however, when I make a selection, this new column only outputs false. I can never manage to get a true value in this column. Is this an error on my behalf or a bug with the node?
I think your problem occurs because you select values from your sunburst chart using Mouse Mode : focus . Instead try using Mouse Mode: select.
See below figure.
Thanks for the information on interactivity. I’ve wrapped everything in a component and with the advice on how to make selections I am able to exactly what I wanted to do