]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add a small amount to docs. 443/head
authorAndy Burke <aburke@bitflood.org>
Fri, 11 Jul 2014 00:47:02 +0000 (17:47 -0700)
committerAndy Burke <aburke@bitflood.org>
Fri, 11 Jul 2014 00:47:02 +0000 (17:47 -0700)
Chart.js
src/Chart.Core.js

index d18a646be129bfce170e6177a8a4391c3127fbdd..1494a0eca18621bed0c3d07654f7bd916bb4b828 100644 (file)
--- 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
index d0ca5645541ccdb3a33b7b03313ab151b9625ae0..c533c1f54d9e296c32da0cac4d388396f45cf7b4 100755 (executable)
@@ -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