JavaScript
// Bar chart example from http://tobiasahlin.com/blog/chartjs-charts-to-get-you-started/
new Chart(document.getElementById("bar-chart"), {
type: 'bar',
data: {
labels: [
"2013-03-09",
"2013-03-16",
"2013-03-23",
"2013-03-30",
"2013-04-06",
"2013-04-13",
"2013-04-20",
"2013-04-27",
"2013-05-04",
"2013-05-11",
"2013-05-18",
"2013-05-25",
"2013-06-01",
"2013-06-08",
"2013-06-15",
"2013-06-22",
"2013-06-29",
"2013-07-06",
"2013-07-13",
"2013-07-20",
"2013-07-27",
"2013-08-03",
"2013-08-10",
"2013-08-17",
"2013-08-24",
"2013-08-31",
"2013-09-07",
"2013-09-14",
"2013-09-21",
"2013-09-28",
"2013-10-05",
"2013-10-12",
"2013-10-19",
"2013-10-26",
"2013-11-02",
"2013-11-09",
"2013-11-16",
"2013-11-23",
"2013-11-30",
"2013-12-07",
"2013-12-14",
"2013-12-21",
"2013-12-28",
"2014-01-04",
"2014-01-11",
"2014-01-18",
"2014-01-25",
"2014-02-01",
"2014-02-08",
"2014-02-15",
"2014-02-22",
"2014-03-01",
"2014-03-08",
"2014-03-15",
"2014-03-22",
"2014-03-29",
"2014-04-05",
"2014-04-12",
"2014-04-19",
"2014-04-26",
"2014-05-03",
"2014-05-10",
"2014-05-17",
"2014-05-24",
"2014-05-31",
"2014-06-07",
"2014-06-14",
"2014-06-21",
"2014-06-28",
"2014-07-05",
"2014-07-12",
"2014-07-19",
"2014-07-26",
"2014-08-02",
"2014-08-09",
"2014-08-16",
"2014-08-23",
"2014-08-30",
"2014-09-06",
"2014-09-13",
"2014-09-20",
"2014-09-27",
"2014-10-04",
"2014-10-11",
"2014-10-18",
"2014-10-25",
"2014-11-01",
"2014-11-08",
"2014-11-15",
"2014-11-22",
...