Hi there, I have a quick question regarding the creation of charts from a file. I saw that there is an example for the financial charts where a get function is used: $.get("https://canvasjs.com/data/gallery/javascript/netflix-stock-price.csv", getDataPointsFromCSV);
I am trying to load a file that I have saved locally from my PC. Do I still have to use this get function or is there another way?
Thank you!
Regards,
Marco