Depending on the version of Chart.JS you are using (the current one being 2.X), the syntax is different to create a minimal example of a bar chart (JSFiddle Demo for 2.X).
Chart.js 2.X
<html>
<body>
<canvas id="myChart" width="400" height="400&...