Skip to content

Commit

Permalink
Fixes c3js#1880
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Johansson committed Nov 11, 2016
1 parent 955fdd6 commit 3b54f08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b54f08

Please sign in to comment.