Hi,
I am seeking help for implementing a particular AGOL dashboard task.
I got temperature measurements over time (every 20 min over 5 days) simultaneously at multiple locations.
I'd like to allow a web map user to choose a certain time and would like the Series Chart to be updated.
However, I could not find any solution allowing such action-triggered update of the Series Field of the respective Series Chart.
my data basically looks like this:
Location ID | time 1 | time 2 | time 3 | time 4 | ... | time 165 |
1 | 22.25 °C | 23.2 °C | 20.11 °C | 22.11 °C | | 21.25 °C |
2 | 21.55 °C | 20.51 °C | 21.6 °C | 22.43 °C | | 20.5 °C |
... | 22.85 °C | 22.05 °C | 22.99 °C | 22.44 °C | | 21.8 °C |
85 | 22.75 °C | 21.33 °C | 20.25 °C | 22.32 °C | | 20.56 °C |
Any idea how to solve that?
thanks
Stefan