Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Add a small amount to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyburke committed Jul 11, 2014
1 parent 997a216 commit 16cf465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Chart.Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16cf465

Please sign in to comment.