68
Views
2
Comments
Solved
HiChart : "Uncaught Error: Highcharts error #13"
Application Type
Reactive
Service Studio Version
11.54.9 (Build 62390)

I am trying to integrate https://www.highcharts.com/demo/line-time-series in Outsystems.

I included all the Hichart Lib that needed along with .CSS. 

Also, Included the JS code on "onrender" event of the screen as given below

 

Still I am getting "Uncaught Error: Highcharts error #13" And no graph showing in the UI.

How to fix this error. 

2023-01-11 05-39-38
Jendale Kim Ramay
Solution

I have reproduced the same error and upon checking the screenshot, it isn't necessary to put single quotation's on the input parameters.

Screenshot_21.png
Untitled.jpg
Screenshot_22.png
2019-07-25 15-05-16
Henrique Silva

Hello Rohan!

It seems that Error #13 occurs when HighCharts.js tries to access an element which is not present in the DOM.

My guess is that the ContainerId you are using still hasn't been rendered on the OnRender event.

I've had challenges similar to this before, and when I can't use the OnRender, i usually add the javascript code on the after fetch of a query, as that's probably on of the last events to run on a screen flow.

Regards!

2023-01-11 05-39-38
Jendale Kim Ramay
Solution

I have reproduced the same error and upon checking the screenshot, it isn't necessary to put single quotation's on the input parameters.

Screenshot_21.png
Untitled.jpg
Screenshot_22.png
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.