diff --git a/Chart.js b/Chart.js index d18a646be12..1494a0eca18 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 d0ca5645541..c533c1f54d9 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