I want to recreate the ambientweather wind direction dot-chart

The ambientweather charts seem to do a pretty good job of tracking wind direction, heres a screenshot:

I’m currently using the ‘windrose’ integration, and while it looks neat and tells me what directions the wind has been blowing, the thing it doesnt do is show me what time the wind changed direction:

Is there a way to use maybe apex charts or another integration to copy the design of the ambientweather dot-chart, so its possible to see what direction the wind was blowing at a given time during the day?

Plotly can do this:


https://github.com/dbuezas/lovelace-plotly-graph-card/discussions/369#discussioncomment-9132126

Shading that line according to wind speed would give you everything in one graph, speed, direction and time.

2 Likes

whoa, this looks pretty rad! Thanks for the recco, I’ll give it a shot!