Home Forums Chart Support Code from "Creating Charts from CSV" is not working in my HTML document Reply To: Code from "Creating Charts from CSV" is not working in my HTML document

#25210

@sepetar,

It’s not possible to directly load a file via AJAX request. However, you can load/browse the file from local disk. Once the file is loaded, parsing it to the format accepted by CanvasJS should work fine. Please refer to this documentation page for the step-to-step tutorial on parsing CSV data and rendering the chart.


Shashi Ranjan
Team CanvasJS