From 8856c415d16ae558609b615873826816c6718f42 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 14 Nov 2015 14:25:23 -0500 Subject: redesign --- assets/scripts/d3/religion_v0.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'assets/scripts/d3') 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; }); -- cgit v1.2.3