Hi all,
I’m currently trying to embed a specific range of a graph from the python libraries (plotly.tools.get_embed()); this graph is updated often (about every 5 minutes), but I want to be able to embed a specific portion of that graph’s history. For example, in a line graph where a new point is added every 5 minutes with the x value as the current time and the y value as some arbitrary value, I want to be able to get an embed that cuts off on the right side at any arbitrary date (a part of the x-axis range).
I am not interested in generating a new graph; I have already tried this route and it led to generating about 300 graphs per day, per graph I want to generate. (I’m currently rate limited from the API from trying to delete them all, heh…)
Thanks!
Spencer