only skip animation if !isTabVisible, not the whole rendering#2671
only skip animation if !isTabVisible, not the whole rendering#2671kt3k merged 1 commit intoc3js:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2671 +/- ##
==========================================
- Coverage 80.13% 80.12% -0.01%
==========================================
Files 57 57
Lines 4520 4519 -1
==========================================
- Hits 3622 3621 -1
Misses 898 898
Continue to review full report at Codecov.
|
|
Hum... I just saw this commit: 19a54ec but it did not fixed the issue for me. The pies are here, the line's dot are here, but not the bars, not the lines. if I click back on the tab, the I'm using Chrome 75. Moreover, all my charts (and I mean several dozens) are now redrawn just because I switched tab which is annoying, I think i'll have to revert that part for me. |
It fixes a regression introduced by f4a163f and closes #2533