From 16cf465575325bf21a94d2a345d8bf4d9d097f11 Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Thu, 10 Jul 2014 17:47:02 -0700 Subject: [PATCH] Add a small amount to docs. --- Chart.js | 2 +- src/Chart.Core.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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