Browse Source

Fix subchart bug

pull/183/head
Masayuki Tanaka 11 years ago
parent
commit
18021443c3
  1. 3
      c3.js
  2. 2
      c3.min.js

3
c3.js

@ -2717,8 +2717,7 @@
// Define g for chart area // Define g for chart area
context.append('g') context.append('g')
.attr("clip-path", clipPath) .attr("clip-path", clipPath)
.attr('class', CLASS.chart) .attr('class', CLASS.chart);
.attr("display", "none");
// Define g for bar chart area // Define g for bar chart area
context.select('.' + CLASS.chart).append("g") context.select('.' + CLASS.chart).append("g")

2
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save