Any Chart widget always show loading screen , how can it work?

0
Dear developers,        I'm new tring to use any chart widget to make scatter charts. I put widget on the page and then just copy the JSON from cheat sheet to see if it can work. But it shows continuous loading and no data can be find in toggle. The same thing happens when i put an anychart building block with it sample data in.       Is there anything missing or wrong ?
asked
1 answers
0

Have a look in the console, does it show any error? Perhaps a breakpoint or something in your page logic?

 

Also, try the JSON snippet without the array brackets '[' and ']'

answered