Closed
Description
Change https://github.com/plotly/plotly.js/blob/master/src/components/drawing/index.js#L54
from if(isNumeric(x) && isNumeric(y)) {
to if(isNumeric(x) && isNumeric(y) && sel.node()) {
solved this problem.
Change https://github.com/plotly/plotly.js/blob/master/src/components/drawing/index.js#L54
from if(isNumeric(x) && isNumeric(y)) {
to if(isNumeric(x) && isNumeric(y) && sel.node()) {
solved this problem.