JavaScript Histogram not reacting to Interactive Value Filter Widget

Hello KNIME Community,

I’m having trouble getting the Javascript Histogram to be filtered by the Interactive Value Filter Widget. Is this even possible?

I have a column that contains different tools and another column that contains the processing time for said tool. What I want is to be able to select a tool using the Interactive Value Filter Widget and only see a histogram of this tools processing time.

It seems really strange that this isn’t working because similar javascript nodes like plotly work with the Interactive Value Filter Widget and the histogram can be used to filter table views etc. It doesn’t really make sense why the histogram wouldn’t be able to be filtered by the Interactive Value Filter Widget.

Any help would be greatly appreciated!
Thank you!

Hello @Kaegan,

and welcome to KNIME Community!

Some JS nodes (e…g. Bar Chart, Histogram) don’t work with Interactive Value Filter Widget node. Don’t see a proper workaround. Maybe have one Histogram node per tool and put all node in one Component to have it all in one view. (Unless you have 50 tools of course).

Br,
Ivan

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