diff --git a/docs/index.html b/docs/index.html index e63c52c36..ef6f522c3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -99,7 +99,7 @@ var myNewChart = new Chart(ctx); scaleLineWidth : 1, //Boolean - Whether to show labels on the scale - scaleShowLabels : false, + scaleShowLabels : true, //Interpolated JS string - can access value scaleLabel : "<%=value%>", @@ -212,7 +212,7 @@ var myNewChart = new Chart(ctx); scaleLineWidth : 1, //Boolean - Whether to show labels on the scale - scaleShowLabels : false, + scaleShowLabels : true, //Interpolated JS string - can access value scaleLabel : "<%=value%>",