Line Chart
Exercise - draw a line chart
Assume the following data set
let data = [1, 3, 5, 6, 5, 3, 1];
Use this data to draw a simple line chart.
Optionally use axes
Exercise - Draw your own data set
If you have one, try to ajax in and draw your own data set as a line chart. IF the data is not accessible via a URL, throw up a node-server