From: Andy Burke Date: Fri, 11 Jul 2014 00:47:02 +0000 (-0700) Subject: Add a small amount to docs. X-Git-Tag: v1.0.1-beta.3~5^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F443%2Fhead;p=thirdparty%2FChart.js.git Add a small amount to docs. --- diff --git a/Chart.js b/Chart.js index d18a646be..1494a0eca 100644 --- a/Chart.js +++ b/Chart.js @@ -91,7 +91,7 @@ // Boolean - whether or not the chart should be responsive and resize when the browser does. responsive: false, - // Boolean - whether to maintain the starting aspect ratio or not when responsive + // Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container maintainAspectRatio: true, // Boolean - Determines whether to draw tooltips on the canvas or not - attaches events to touchmove & mousemove diff --git a/src/Chart.Core.js b/src/Chart.Core.js index d0ca56455..c533c1f54 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -91,7 +91,7 @@ // Boolean - whether or not the chart should be responsive and resize when the browser does. responsive: false, - // Boolean - whether to maintain the starting aspect ratio or not when responsive + // Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container maintainAspectRatio: true, // Boolean - Determines whether to draw tooltips on the canvas or not - attaches events to touchmove & mousemove