diff --git a/src/core.js b/src/core.js index ecd6dc8..e3894ea 100644 --- a/src/core.js +++ b/src/core.js @@ -827,8 +827,6 @@ c3_chart_internal_fn.updateSvgSize = function () { $$.svg.select('#' + $$.clipIdForSubchart).select('rect') .attr('width', $$.width) .attr('height', brush.size() ? brush.attr('height') : 0); - // MEMO: parent div's height will be bigger than svg when - $$.selectChart.style('max-height', $$.currentHeight + "px"); };