Home Forum Software Fiddle API example not working Reply To: Fiddle API example not working

#4756
uRADMonitor
Keymaster

Hi Mads,

You can use the “Inspect element” / “Inspect” to get info on what happens on various web pages. This shows there’s an error in the code, see the pic attached.

Apparently, you called the Javascript that does download and chart BEFORE the html code initialised the code for the chart DIV. Please do the javascript after.

Let me know if this helps,