Commit d62c5f36 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix transition

parent d5181f1d
...@@ -3823,7 +3823,7 @@ ...@@ -3823,7 +3823,7 @@
// Fade-in each chart // Fade-in each chart
svg.selectAll('.' + CLASS.target).filter(function (d) { return isTargetToShow(d.id); }) svg.selectAll('.' + CLASS.target).filter(function (d) { return isTargetToShow(d.id); })
.transition().duration(750) .transition().duration(__transition_duration)
.style("opacity", 1); .style("opacity", 1);
} }
......
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