Add a small amount to docs.

This commit is contained in:
Andy Burke 2014-07-10 17:47:02 -07:00
parent 997a216b50
commit 16cf465575
2 changed files with 2 additions and 2 deletions

2
Chart.js vendored
View File

@ -91,7 +91,7 @@
// Boolean - whether or not the chart should be responsive and resize when the browser does. // Boolean - whether or not the chart should be responsive and resize when the browser does.
responsive: false, 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, maintainAspectRatio: true,
// Boolean - Determines whether to draw tooltips on the canvas or not - attaches events to touchmove & mousemove // Boolean - Determines whether to draw tooltips on the canvas or not - attaches events to touchmove & mousemove

View File

@ -91,7 +91,7 @@
// Boolean - whether or not the chart should be responsive and resize when the browser does. // Boolean - whether or not the chart should be responsive and resize when the browser does.
responsive: false, 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, maintainAspectRatio: true,
// Boolean - Determines whether to draw tooltips on the canvas or not - attaches events to touchmove & mousemove // Boolean - Determines whether to draw tooltips on the canvas or not - attaches events to touchmove & mousemove