We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5e520 commit 73f2f67Copy full SHA for 73f2f67
src/traces/parcoords/lines.js
@@ -67,7 +67,7 @@ function renderBlock(regl, glAes, renderState, blockLineCount, sampleCount, item
67
68
glAes(item);
69
70
- if((blockNumber + 1) * blockLineCount + count < sampleCount) {
+ if(blockNumber * blockLineCount + count < sampleCount) {
71
renderState.currentRafs[rafKey] = window.requestAnimationFrame(function() {
72
render(blockNumber + 1);
73
});
0 commit comments