UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

7 lines 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDelta = getDelta; function getDelta(start, end) { return Math.sqrt(Math.pow(end.x - start.x, 2) + Math.pow(end.y - start.y, 2)); } //# sourceMappingURL=point.js.map