Thank you everyone for your help and support. I’ve been able to complete my work thanks to you.
Today I’m trying to use the CSS Editor (legacy) node for the first time to make my bar charts look better and give me more control over their appearance.
I have two main questions:
1- What nodes have replaced these legacy ones?
CSS Editor (legacy)
Bar Chart JavaScript (legacy)
I’ve searched but couldn’t find what replaces them in newer KNIME versions.
2 - I’m struggling with the documentation I’ve tried reading the guides, but I’m having trouble understanding them. I’m a beginner with coding, CSS, and HTML, so please excuse me if these seem like basic questions.
I’m currently using code I found from an online auto-generator, but I’d appreciate any guidance on the proper way to do this.
i am using the following code getting some help online for auto code generator
.bar rect:nth-of-type(1) { fill: #e6194b; }
.bar rect:nth-of-type(2) { fill: #3cb44b; }
.bar rect:nth-of-type(3) { fill: #ffe119; }
.bar rect:nth-of-type(4) { fill: #4363d8; }
.bar rect:nth-of-type(5) { fill: #f58231; }
.bar rect:nth-of-type(6) { fill: #911eb4; }
.bar rect:nth-of-type(7) { fill: #46f0f0; }
.bar rect:nth-of-type(8) { fill: #f032e6; }
.bar rect:nth-of-type(9) { fill: #008080; }
.bar rect:nth-of-type(10) { fill: #e6beff; }
.bar rect:nth-of-type(11) { fill: #baffc9; }
The goal is to customize the appearance of bar graphs including bar colors, value display, and other styling elements for better visual presentation. Unfortunately, despite spending several hours on it, I haven’t been successful.
Could anyone share working CSS templates for the CSS Editor node in KNIME that can be used with bar charts, line graphs, pie charts, etc., to help improve the look and feel of the visualizations?
thank you very much in advance and Kind Regards
