highcharts / highcharts-editor

https://www.highcharts.com/products/highcharts-editor
Other
248 stars 95 forks source link

Highchart + CKEditor is broken. Show big red inf text #219

Open RubenGB91 opened 3 years ago

RubenGB91 commented 3 years ago

Hi !! I have the same problem. My dashboard show the big red info box with the information:

There's a problem with your chart! [object Object]

I used Django + CKEditor in my dashboard. I followed the instructions given in the following link but it does not solve my problem.

I can't create any charts, import data or export data, the drop down lists are empty as well. Thank you very much in advance

Captura de pantalla (29)

WebBeest commented 2 years ago

Same here. I'm using the 0.3.0 version, downloaded the source, installed the packages and ran gulp complete When I open the standalone.html I get the same error. The templates tab is empty. I've done some debugging by adding console.log at the showError function. For me it stated that "Highcharts.Annotations is undefined". I've resolved it by adding https://code.highcharts.com/modules/annotations.js to the standalone.html file.