Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec1bf51

Browse files
committed
Fix _plotAPI typo
1 parent 8c09468 commit ec1bf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/dragbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ module.exports = function dragBox(gd, plotinfo, x, y, w, h, ns, ew) {
331331
.on('edit', function(text) {
332332
var v = ax.d2r(text);
333333
if(v !== undefined) {
334-
gd._contet.api.relayout(attrStr, v);
334+
gd._plotAPI.relayout(attrStr, v);
335335
}
336336
});
337337
}

0 commit comments

Comments
 (0)