View on GitHub

ReadingNotes

Charts:

Setting up :

var countries = document.getElementById( “ countries “ ).getContext( “ 2d “ ); new Chart( countries ).Pie( pieData, pieOptions );

Drawing a bar chart

< canvas id = “ tutorial “ width = “ 150 “ height = “ 150 “ > < / canvas >

The grid

Colors

fillText(text, x, y [, maxWidth])


Home