Open Mehgugs opened 6 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.
Ha.style "color" config.color
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.