From 855f3a7f62fbee80aa5f7a1b559375768fe12742 Mon Sep 17 00:00:00 2001 From: opi Date: Wed, 11 Mar 2015 09:22:50 +0100 Subject: [PATCH] Remove unused labelRadius variable. --- graphnion.js | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.2