diff --git a/src/core.js b/src/core.js index 7a933d546..8962ed622 100644 --- a/src/core.js +++ b/src/core.js @@ -645,6 +645,8 @@ c3_chart_internal_fn.redraw = function (options, transitions) { xForText: xForText, yForText: yForText }); + + $$.redrawArea(drawArea); } if ((duration || flow) && $$.isTabVisible()) { // Only use transition if tab visible. See #938.