I have a handful of sensors that collect metrics and images.
I’m trying to figure out the best way to show the associated photos to a particular data stream.
I would like a typical time series graph and when you hover a datapoint, you see either a tooltip with the image, another panel updates with the correct image, or even plotting the images as datapoints on the graph that associate the images to a timestamp.
I would also be interested in seeing a panel that lists all the images to scroll through for the selected date range.
I’ve looked into panels like Canvas, which very well may be able to do what I want, but I’m not sure how I can link a panel to show data based on hovering other datapoints in the graph or if anyone else has any good ideas to accomplish this.
Thanks!