From: opi Date: Wed, 11 Mar 2015 08:22:50 +0000 (+0100) Subject: Remove unused labelRadius variable. X-Git-Url: https://nos-oignons.net/gitweb/graphnion.git/commitdiff_plain/855f3a7f62fbee80aa5f7a1b559375768fe12742 Remove unused labelRadius variable. --- diff --git a/graphnion.js b/graphnion.js index b4ac1a6..de1d917 100644 --- a/graphnion.js +++ b/graphnion.js @@ -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))