A Bipolar chart using CSV data

The CSV data is hidden in the page using a hidden DIV. It's then retrieved using document.getElementById() and split up using the Javascript .split() function. The resulting array is an array of STRINGS so it's converted to numbers using the Number() function.

[No canvas support]

« Back