]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
no logging
authorTanner Linsley <tannerlinsley@gmail.com>
Tue, 2 Jun 2015 23:13:47 +0000 (17:13 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Tue, 2 Jun 2015 23:13:47 +0000 (17:13 -0600)
src/Chart.Bar.js

index 32f67e8f43f0304e988773460d9436f681cd422a..b33ef2758e30b3f878a7160ede226acd1050bf8d 100644 (file)
                     this.min = helpers.min(values);
                     this.max = helpers.max(values);
 
-                    console.log(this.min, this.max);
                 } else {
                     helpers.each(self.data.datasets, function(dataset) {
                         if (dataset.yAxisID === this.id) {
                                 }
                             }
 
-                            console.log(base);
-
                             return this.getPixelForValue(base);
                         }