Docs note on maintain aspect ratio option

This commit is contained in:
Nick Downie 2014-07-27 23:12:03 +01:00
parent 5bd10297fb
commit d47e600f1a

View File

@ -126,6 +126,9 @@ Chart.defaults.global = {
// 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, if set to false, will take up entire container
maintainAspectRatio: true,
// Boolean - Determines whether to draw tooltips on the canvas or not
showTooltips: true,