Commit 953622db authored by Masayuki Tanaka's avatar Masayuki Tanaka Committed by masayuki

Fix opacity style

parent 99960f6e
......@@ -1258,7 +1258,7 @@
.attr("height", __axis_rotated ? regionWidth : height)
.style("opacity", function(d){ return typeof d.opacity !== 'undefined' ? d.opacity : .1 })
mainRegion.exit().transition().duration(withTransition ? 250 : 0)
.attr("opacity", 0)
.style("opacity", 0)
.remove()
}
......
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