Yeah I asked on discord on the dev channel to confirm it should be removed. Once I get a response Ill make the change to the docs. If not Ill report back here with a fix.
How does lovelace choose the default color ? I had changed the line color before, all my sensor are orange (the color I set), and not blue as shown in the example picture. There is no line_color attribute in my config file.
I’m sure this functionality will be back soon ?
And I second @ov1d1u on his question, is there a way to change the color for now ?
Thanks for the link. I already installed it previously. Can’t seem to find an example of someone with line color modified in card-modder. All i see is line_color within a default sensor card…? Why did they took it off the default lovelace-ui sensor card? Way more easier imo
They took it off because it now pulls the color from your theme. So if you change your theme the color of the graph changes with it, which is what most people want. It was a request in the old card. All you need to do is find out what css object the color is pulled from and modify that color. I don’t know it off the top of my head.