canvas = document.getElementById('myChart'); var ctx = canvas.getContext('2d'); ctx.fillStyle = 'white'; ctx.font = '20px Arial'; ctx.fillText('No CPU % info', 10, 50);