Browse Source

Fixes c3js/c3#1880

pull/1881/head
Mattias Johansson 8 years ago
parent
commit
3b54f08c4a
  1. 2
      src/core.js

2
src/core.js

@ -645,6 +645,8 @@ c3_chart_internal_fn.redraw = function (options, transitions) {
xForText: xForText, xForText: xForText,
yForText: yForText yForText: yForText
}); });
$$.redrawArea(drawArea);
} }
if ((duration || flow) && $$.isTabVisible()) { // Only use transition if tab visible. See #938. if ((duration || flow) && $$.isTabVisible()) { // Only use transition if tab visible. See #938.

Loading…
Cancel
Save