I have a component to generate an interactive dashboard with using Table View, Text View, Value Selection Widget, Refresh Button and Line Plot (JavaScript). I want to generate a PDF report of this composite view, but the Line Plot (JavaScript) and widget node showed error “This view is not supported.” in the file. Please help me to solve this problem, thank you!
Well as the message says the JS view is not supported in the composite view.
I’d encourage you to consider alternatives - the most flexible certainly is:
There are plenty of examples that you can draw of here:
Once you find a chart you like and want to use I recommend copying the code from the examples pages to the node and then ask the Knime AI Assistant (K-AI) to make it work with your data.