Home › Forums › Chart Support › JavaScript Charts from JSON API using AJAX › Reply To: JavaScript Charts from JSON API using AJAX
For security reasons, browsers restrict cross-origin requests. To access JSON from different domain, you can refer to JSONP.
You can also take a look at this jsFiddle.
— Bivek