-
Hi, I'm grabbing weather data from Open Meteo and have two sensors set up as wind speed and wind direction. I have got a simple line graph with the markers set on the wind speed dataset, but having trouble trying to find and references or examples where you can use the wind direction values to change the angle for the markers. It seems simple enough, but it has me baffled. This is what I have so far and can set angle to any number, but it changes all the markers to one direction.
This is the wind direction data added for reference.
Any help or pointers in the right direction would be great! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You were almost there! angle: $ex ys |
Beta Was this translation helpful? Give feedback.
It took me a while to find something to reference, but It seems to be working alright now. Thanks for the pointer.
I assume the resample is right on both entities to reduce the number of markers displayed?