Sunburst Chart Selection

Hi All,

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?

Screenshot 2024-08-05 213049

Thank you

Dan

Hello @DanielOC,

Welcome to KNIME community.

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.

see if it works…

Regards,
Yogesh

2 Likes

Hi Yogesh,

Yes perfect! Thank you very much. Is there a way to have this selection overridden through flow variables? Can’t seem to figure it out myself.

Thanks for your help!

Dan

Hey @DanielOC, I don’t think there is a way to override the interactive selection of sunburst chart node using flow variables.

Hey @DanielOC,

If you need to interactively change the selection you can create a component in addition to Table View(JavaScript) node.
Refer to below answer

Hey @yogesh_nawale,

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 :slight_smile:

Thanks again for the help

Dan

Hey @DanielOC, If you are satisfied with this solution, you can give green tick for it.

Thanks and have a good day…

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.