diff --git a/src/shape.bar.js b/src/shape.bar.js index e0275411c..7bf538f0c 100644 --- a/src/shape.bar.js +++ b/src/shape.bar.js @@ -46,6 +46,7 @@ c3_chart_internal_fn.redrawBar = function (drawBar, withTransition) { return [ (withTransition ? this.mainBar.transition(Math.random().toString()) : this.mainBar) .attr('d', drawBar) + .style("stroke", this.color) .style("fill", this.color) .style("opacity", 1) ];