Commit 7bead89c authored by Masayuki Tanaka's avatar Masayuki Tanaka

Update color of bar when update - #196

parent 150dd26f
......@@ -3405,6 +3405,7 @@
.style("opacity", initialOpacity)
.transition().duration(duration)
.attr('d', drawBar)
.style("fill", color)
.style("opacity", 1);
mainBar.exit().transition().duration(durationForExit)
.style('opacity', 0)
......
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