diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index c64c0c840..74287a94c 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -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,