We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa1545 commit 44060dbCopy full SHA for 44060db
src/components/annotations/calc_autorange.js
@@ -29,7 +29,7 @@ module.exports = function calcAutorange(gd) {
29
30
for(var axId in annotationAxes) {
31
var ax = Axes.getFromId(gd, axId);
32
- if(ax.autorange) {
+ if(ax && ax.autorange) {
33
return Lib.syncOrAsync([
34
draw,
35
annAutorange
0 commit comments