diff --git a/c3.js b/c3.js index eff1b6b..0dc53fc 100644 --- a/c3.js +++ b/c3.js @@ -4462,7 +4462,7 @@ c3.resize = function (size) { __size_width = size ? size.width : null; __size_height = size ? size.height : null; - updateAndRedraw({withLegend: true, withTransition: false, withTransitionForTransform: false}); + updateAndRedraw({withLegend: false, withTransition: false, withTransitionForTransform: false}); }; c3.destroy = function () {