UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

6 lines (4 loc) 169 B
import roundToPrecision from './round-to-precision'; export default function floorToStep(value, step) { return roundToPrecision(Math.floor(value / step) * step); }