diff --git a/samples/scatter.html b/samples/scatter.html
index a9e14687f..af026e7b1 100644
--- a/samples/scatter.html
+++ b/samples/scatter.html
@@ -5,12 +5,19 @@
+
@@ -82,13 +89,15 @@
dataset.pointBorderWidth = 1;
});
- console.log(scatterChartData);
-
window.onload = function() {
var ctx = document.getElementById("canvas").getContext("2d");
window.myScatter = Chart.Scatter(ctx, {
data: scatterChartData,
options: {
+ title: {
+ display: true,
+ text: 'Chart.js Scatter Chart'
+ },
scales: {
xAxes: [{
position: 'top',