I’m playing with a heatmap and try to implement it as a part of my regular reports.
I’m OK with the workflow processing the data, but I failed trying to customize the view with CSS.
Some changes I could implement but I can’t figure out how to change the angle of names of columns, size and font of row names.
you can use text.knime-tick-label { transform: rotate(0deg); } in a CSS-Editor (learnt that from here) . See here for a guide for more on CSS Styling or this example workflow: rotate tick labels – KNIME Hub .