Browse Source

Remove useless fill style for bar

pull/189/head
Masayuki Tanaka 11 years ago
parent
commit
b8b89a6ea1
  1. 1
      c3.js

1
c3.js

@ -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; });

Loading…
Cancel
Save