Home › Forum › Software › Fiddle API example not working › Reply To: Fiddle API example not working
August 10, 2017 at 3:58 pm
#4756
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,
