I am using the latest version of plotly.js v1.30.1.
I am getting a javascript error when I try to pan on some data:
Cannot read property ‘getAttribute’ of null
When I do grab the chart and try to move around, it just moves the points, but the axis stays where it is.
Here is a demo of what I am seeing
https://jsfiddle.net/JimmyDev/br7qfqp4/
Thanks for any ideas on how to correct this.