Commit 18021443 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix subchart bug

parent 9643a7ae
......@@ -2717,8 +2717,7 @@
// Define g for chart area
context.append('g')
.attr("clip-path", clipPath)
.attr('class', CLASS.chart)
.attr("display", "none");
.attr('class', CLASS.chart);
// Define g for bar chart area
context.select('.' + CLASS.chart).append("g")
......
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