LineChart with multiple line widths

I’d like to display a line chart where each data series has a different thickness. I know that I can set a uniform line width across data series by adding line = LineChart.Line.wider 3 to the LineChart.viewCustom, but is there a way to specify a different thickness to each series?

1 Like

You can try Terezas’ new charts library. Is your case like this example?
https://elm-charts.org/documentation/line-charts/width

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.