xxxxxxxxxx
19
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
}
// Load the data
// Figure out the height and width of each bar
// Loop over the data
// Figure out the position of each bar
// Figure out the colour of each bar
// Draw the bar