I am currently building a small dashboard for financial data with the plot.ly Python library. Would it be possible somehow to show a chart in a box in Home Assistant? Data for this is saved in a sqlite library.
Given it’s about 1 year later - did you get anywhere with this?
I think you could set up dash by plotly and show this as an iframe in home assistant - I can’t think of a way to get this into a lovelace style card. I’m keen to do something similar (different application but same idea) so would like to hear if you had any success or ideas
Cheers
Just in case anyone ever reads this - I have been messing around this evening. Have dash running (currently on my laptop as I’m just trying things out) and then placed this in an iframe card. You could also use an iframe panel. The interactive range slider is working as you would expect.
Hi. Nice work. I’d like to use a plotly windrose plot on a lovelace card, in an iframe similar to yours above. Is your code / work in Gitlab or somehwere where I can see it? Thanks very much!
-Wade