]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
No logging
authorTanner Linsley <tannerlinsley@gmail.com>
Tue, 16 Jun 2015 06:20:22 +0000 (00:20 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Tue, 16 Jun 2015 06:20:22 +0000 (00:20 -0600)
src/scales/scale.radialLinear.js

index fe47b0c067d20bb04ac45e15dfd3dfb5cfa96ea4..15169aa8673589b609b5f53ad005efe63638b20d 100644 (file)
                        // range of the scale
                        this.max = helpers.max(this.ticks);
                        this.min = helpers.min(this.ticks);
-                       console.log(this);
                },
                buildYLabels: function() {
                        this.yLabels = [];