projects
/
graphnion.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e35f3a5
)
Remove unused labelRadius variable.
author
opi
<opi@no-log.org>
Wed, 11 Mar 2015 08:22:50 +0000
(09:22 +0100)
committer
opi
<opi@no-log.org>
Wed, 11 Mar 2015 08:22:50 +0000
(09:22 +0100)
graphnion.js
patch
|
blob
|
history
diff --git
a/graphnion.js
b/graphnion.js
index b4ac1a6a602b37931f22fd8679488b9f7501308c..de1d9177f6808ca2664111cabe1b4195e0b75bc0 100644
(file)
--- a/
graphnion.js
+++ b/
graphnion.js
@@
-51,7
+51,6
@@
var self = this;
this.radius = this.options.size / 2,
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))
this.formatPercent = d3.format(".2%");
this.arc = d3.svg.arc()
.outerRadius(this.radius - (this.options.size / 10))