]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Default global responsive
authorTanner Linsley <tannerlinsley@gmail.com>
Thu, 4 Jun 2015 00:47:11 +0000 (18:47 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Thu, 4 Jun 2015 00:47:14 +0000 (18:47 -0600)
src/Chart.Core.js

index 34600aaae24f4cc3c11bea02dedaf1090392a96c..02689a5d61be719fab1e10c2cdb7b76e96ce92dd 100755 (executable)
@@ -60,7 +60,7 @@
                 onProgress: function() {},
                 onComplete: function() {},
             },
-            responsive: false,
+            responsive: true,
             maintainAspectRatio: true,
             events: ["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"],
             hover: {