DB2 CSS - Change chart line thickness

Thanks @hotNipi - It's a chart formatted for viewing on a phone and the 'default ui-chart' node lines are too thick - look as though they have been drown with a felt tip marker pen!
I assume they are at the line width used for charts being displayed on a monitor - not a phone.

I've adjusted your flow to draw them at 1px instead, and they look much better, crisp & clean, however the reason that I didn't want to 'go down this road' was the other problems which I've hit previously when using a template node and never resolved, and are also present in your flow.

  1. After a refresh or first connection the chart is always blank, and does not load previous datapoints, so no historical data.

  2. I have 2 feeds into the chart (different topic names), and the template version draws every datapoint regardless of the topic, on one line, instead of two.

  3. There appears to be no limit to the number of datapoints displayed in the chart. ie not limited by for example previous hour, or 1000 points.

Paul