summaryrefslogtreecommitdiff
path: root/assets/scripts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-11-14 14:25:23 -0500
committerBen Burwell <ben@benburwell.com>2015-11-14 14:25:23 -0500
commit8856c415d16ae558609b615873826816c6718f42 (patch)
treee7a3a83e7cf0fbb75da3fb1517046207917630b8 /assets/scripts
parentce236fec927e1ca7991588a374607e53172844e6 (diff)
redesign
Diffstat (limited to 'assets/scripts')
-rw-r--r--assets/scripts/d3/religion_v0.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/scripts/d3/religion_v0.js b/assets/scripts/d3/religion_v0.js
index d7d2232..2a0599c 100644
--- a/assets/scripts/d3/religion_v0.js
+++ b/assets/scripts/d3/religion_v0.js
@@ -81,7 +81,6 @@
.attr("y", barHeight / 2)
.attr("dy", ".35em")
.style("font-size", "15px")
- .style("font-family", "open_sans")
.text(function(d) { return d.name; });
bar.append("text")
@@ -89,7 +88,6 @@
.attr("y", barHeight / 2)
.attr("dy", ".35em")
.style("font-size", "15px")
- .style("font-family", "open_sans")
.style("fill", "white")
.text(function(d) { return d.count; });