I noticed in the heatmap examples found here: https://plot.ly/javascript/heatmaps/
if you zoom in and you switch the drag mode to ‘pan’; when you drag the graph to the left, the data that should be there on the right side of the data block is no longer rendered until you release the click.
Is there a way where we can control the threshold of this clipping?
I’m asking because I’m working on animating heatmaps, and I would like the range of data rendered before I animate to it. (Currently, it’ll slide to the new range, but the data in that range only shows after the animation completes, similar to releasing of the click in the example above).
Thanks in advance!