I am using Knime to generate some Barcharts and would like to add some labels. Here is an Example.
I want to compare two years and also show the difference in percent (I added them manually in the png in the example).
I am using Knime to generate some Barcharts and would like to add some labels. Here is an Example.
I want to compare two years and also show the difference in percent (I added them manually in the png in the example).
@masgo I do not think there is a KNIME node you can use out of the box. But since the KNIME Python extension has matplotlib (and seaborn) integrated you can easily employ ChatGPT to let it write a suitable code. You could also warp that with a data app in order to make it interactive.
It will require a little bit back an forth with the code but in the end it should work:
kn_example_python_graphic_bar_chart_percentage_change.knwf (131.4 KB)
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.