the full script for charts is concluded here: <!DOCTYPE html>
====================
- The
- The
- it is closing tag.
- // these all set the fillStyle to ‘orange’
ctx.fillStyle = ‘orange’; ctx.fillStyle = ‘#FFA500’; ctx.fillStyle = ‘rgb(255, 165, 0)’; ctx.fillStyle = ‘rgba(255, 165, 0, 1)’;
- ctx.fillText(‘Hello world’, 10, 50);