Hi friends
Lets suppose i have the following data columns
Time X1 Y1 X2 Y2
2023-08-01 0 1.1 0.5 1.4
2023-08-02 0 1.9 0.5 3
…
I need to do a X-Y graph with 2 lines (one for each time).
Each line connects points (X1,Y1) to (X2,Y2)
Is this even possible in grafana? If so how?
My data comes from InfluxDb, and I don’t know in front how many X-Y points each line will have (in the above example there are only two and in picture 3) and how lines will i have (depends on the number of time series - 3 in the picture below)
Best regards
Ricardo