Merge "Give no background color to the pie charts"

This commit is contained in:
Jenkins 2014-01-30 02:19:34 +00:00 committed by Gerrit Code Review
commit 491caf0fa9

View File

@ -40,7 +40,6 @@ horizon.d3_pie_chart = {
.attr("class", "chart")
.attr("width", self.w)
.attr("height", self.h)
.style("background-color", "white")
.append("g")
.attr("transform",
"translate(" + (self.r + 2) + "," + (self.r + 2) + ")");