Searched refs:ticksNum (Results 1 – 3 of 3) sorted by relevance
291 const ticksNum = Math.ceil(range / tickStepSize); constant295 for (let i = 0; i < ticksNum; i++) {
739 let ticksNum = Math.floor((max - min) / tickStep); variable740 while (ticksNum > defaultTicks) {742 ticksNum = Math.ceil((max - min) / tickStep);
1 …ticksNum = Math.floor((max - min) / tickStep);\n while (ticksNum > defaultTicks) {\n t…