UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

6 lines (5 loc) 213 B
import { DEFAULT_PRECISION } from '../../common/constants'; import { round } from '../../common'; export default function ceil(value, step) { return round(Math.ceil(value / step) * step, DEFAULT_PRECISION); }