Vaadin-Chart produces highchart/highstock.js error.

I’m not sure how to approach or fix this, or even if its a Vaadin issue. I am getting:

[Exception... "Failure" nsresult: "0x80004005 (NSERRORFAILURE)" location: "JS frame :: http://...]

Google results are slim to none on this. [This]
(https://www.highcharts.com/forum/viewtopic.php?t=11005p://) is about the extent of what I can find. Any help would be appreciated.

Hi Marc!

Can you tell us something about your code, that makes that problem to appear?

About the link, is something posted in HighChart’s forum, so probably it’s related to HighCharts and not to vaadin.

But it would be great if there is a way of reproducing it.

Regards.

The code is very standard chart example pulled straight from the docs. It is interesting that the error occurs using either the java method as well as html. In both cases a polymer template and modelrepository is used. Another thing to note is that the error is diplayed via UI in Firefox, but in Chrome, it is only shown in devTools->console

I was playing around with [chart’s demo]
(https://charts.demo.vaadin.com/), and I wasn’t able to reproduce the problem, which exact sample pulled straight from the docs is causing this?