terezka / elm-charts

Create SVG charts in Elm.
https://www.elm-charts.org
BSD 3-Clause "New" or "Revised" License
698 stars 67 forks source link

Legends do not apply color style for text #128

Open Mehgugs opened 2 months ago

Mehgugs commented 2 months ago

When using the second argument to legendsAt you can supply a color, however this property is never used to change the color of the text.

Adding Ha.style "color" config.color to the title element in Internal.Svg.lineLegend and Internal.Svg.barLegend should fix the issue.