diff --git a/c3.js b/c3.js index 070f830..b7e5e0c 100644 --- a/c3.js +++ b/c3.js @@ -550,7 +550,10 @@ if (config.zoom_rescale && !options.flow && xDomainForZoom && xDomainForZoom.length===2) { cullSetLength = 0; for (i = 1; i < tickValues.length; i++) { - if (tickValues[i]xDomainForZoom[1]) continue; + if (tickValues[i]xDomainForZoom[1]) { + continue; + } + cullSetLength++; } }