Import graph bug

Uncaught TypeError: Failed to execute ‘removeEventListener’ on ‘EventTarget’: 2 arguments required, but only 1 present.

This always happen, but the graph will still display. What problem is that?

Yikes.

Could you share a screenshot of what you’re trying to do. I’m not sure what you mean by Import graph bug .

So I am display the webpage(the plot ly generated) on a new page, then the browser will show that message, but the graph will display normally but just feel uncomfortable with that warning.

I am taking whatever the name plotly generated file is and import the html page like {% include a.HTMLFileName %} this. Then I will see that error.

I’m getting this error as well. It happens when I generate a figure using plotly.offline and try to view it in IE, it fails because of this. Chrome, however, is still able to show the figure.