File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ function draw(gd) {
53
53
}
54
54
55
55
// may need to resurrect this if we put text (LaTeX) in shapes
56
- // return Plotly. Plots.previousPromises(gd);
56
+ // return Plots.previousPromises(gd);
57
57
}
58
58
59
59
function drawOne ( gd , index , opt , value ) {
@@ -450,8 +450,8 @@ function getShapeLayer(gd, index) {
450
450
}
451
451
452
452
function isShapeInSubplot ( gd , shape , plotinfo ) {
453
- var xa = Plotly . Axes . getFromId ( gd , plotinfo . id , 'x' ) . _id ,
454
- ya = Plotly . Axes . getFromId ( gd , plotinfo . id , 'y' ) . _id ,
453
+ var xa = Axes . getFromId ( gd , plotinfo . id , 'x' ) . _id ,
454
+ ya = Axes . getFromId ( gd , plotinfo . id , 'y' ) . _id ,
455
455
isBelow = shape . layer === 'below' ,
456
456
inSuplotAxis = ( xa === shape . xref || ya === shape . yref ) ,
457
457
isNotAnOverlaidSubplot = ! ! plotinfo . shapelayer ;
You can’t perform that action at this time.
0 commit comments