X-Git-Url: https://nos-oignons.net/gitweb/graphnion.git/blobdiff_plain/e35f3a55a886a620f5db438d73636056dc8320bb..855f3a7f62fbee80aa5f7a1b559375768fe12742:/graphnion.js 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))