Home Forums Feature Requests & Feedback opening json file in the browser Reply To: opening json file in the browser

#18962

@likith,

You can’t make AJAX requests to the local filesystem due to security issue. As a workaround, you can store the file on a local webserver and make an AJAX call to it or you can store the JSON in CORS enabled JSON hosting service like myjson.com.

____________
Indranil Deo,
Team CanvasJS