File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ function draw(gd) {
5353 }
5454
5555 // may need to resurrect this if we put text (LaTeX) in shapes
56- // return Plotly. Plots.previousPromises(gd);
56+ // return Plots.previousPromises(gd);
5757}
5858
5959function drawOne ( gd , index , opt , value ) {
@@ -450,8 +450,8 @@ function getShapeLayer(gd, index) {
450450}
451451
452452function 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 ,
455455 isBelow = shape . layer === 'below' ,
456456 inSuplotAxis = ( xa === shape . xref || ya === shape . yref ) ,
457457 isNotAnOverlaidSubplot = ! ! plotinfo . shapelayer ;
You can’t perform that action at this time.
0 commit comments