]> nos-oignons.net Git - graphnion.git/commitdiff
Remove unused labelRadius variable.
authoropi <opi@no-log.org>
Wed, 11 Mar 2015 08:22:50 +0000 (09:22 +0100)
committeropi <opi@no-log.org>
Wed, 11 Mar 2015 08:22:50 +0000 (09:22 +0100)
graphnion.js

index b4ac1a6a602b37931f22fd8679488b9f7501308c..de1d9177f6808ca2664111cabe1b4195e0b75bc0 100644 (file)
@@ -51,7 +51,6 @@
             var self = this;
 
             this.radius = this.options.size / 2,
-            this.labelRadius = this.radius - (this.options.size / 10)
             this.formatPercent = d3.format(".2%");
             this.arc = d3.svg.arc()
                 .outerRadius(this.radius - (this.options.size / 10))