<canvas id="barChart"></canvas>
/* Sorry for using ID for styling :( */
var ctxB = document.getElementById("barChart").getContext('2d');