Hi,
I am working with the Plotly Panel plugin and I’m generating a heat map based on hundreds of series. I’d like to “continuously” (at least once a second) update the plot. However, it takes a relatively long time to download the data. What I would like to do is download a lot of data (say now-3h) “the first time”, cache it, and then modify the query options to only download the last minute or so of data which I can then incorporate into the structure that I pass to Plotly.
The Plotly Panel plugin runs a little snippet of javascript every time data is received. I’m kind of hoping that I can update the query options in there. Otherwise, I suppose I could modify the Plotly Panel plugin.
Can anyone give me pointers to how I would go about updating the query options for a panel from within a panel plugin?
Thanks