Commit b8b89a6e authored by Masayuki Tanaka's avatar Masayuki Tanaka

Remove useless fill style for bar

parent 96979be2
......@@ -3672,7 +3672,6 @@
// Bars for each data
mainBarEnter.append('g')
.attr("class", classBars)
.style("fill", function (d) { return color(d); })
.style("stroke", "none")
.style("cursor", function (d) { return __data_selection_isselectable(d) ? "pointer" : null; });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment