Commit a6e139ed authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix extent clip

parent 318f706c
...@@ -1211,6 +1211,7 @@ ...@@ -1211,6 +1211,7 @@
// Add extent rect for Brush // Add extent rect for Brush
context.append("g") context.append("g")
.attr("clip-path", clipPath)
.attr("class", "x brush") .attr("class", "x brush")
.call(brush) .call(brush)
.selectAll("rect") .selectAll("rect")
......
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