Commit a4bb085b authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix overflow when chart slide on ie9/10

parent 262672f9
......@@ -2490,6 +2490,7 @@
// Define svgs
svg = selectChart.append("svg")
.style("overflow", "hidden")
.on('mouseenter', __onenter)
.on('mouseleave', __onleave);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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