Creating Charts from CSV followed the link
https://canvasjs.com/docs/charts/how-to/create-charts-from-csv/
Steps 1. Open Notepad and created a data.csv file in f:\ with the following data
5,9
6,9
7,14
8,12
9,14
10,18
11,13
12,8
13,11
14,13
2. Try it Yourself by Editing the Code below.
Copied the code and created in f:\ CanvasJSCsv.html
3. Open the file using Google Crome browser as file:///F:/CanvasJSCsv.html
4. No result Press Ctrl+Shift+I
5. Found the following Error
CanvasJSCsv.html:1 XMLHttpRequest cannot load https://canvasjs.com/services/data/datapoints.php?xstart=5&ystart=10&length=10&type=csv. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘null’ is therefore not allowed access.