Home Forums Chart Support JQuery on local host not working (want to read local CSV file) Reply To: JQuery on local host not working (want to read local CSV file)

#13835

@vstuart,

You can not request CSV files from another domain unless they support CORS. For security reasons, browsers restrict cross-origin requests. Please refer stackoverflow for more information on the same.


Vishwas R
Team CanvasJS