UNPKG

@antv/f2

Version:

Charts for mobile visualization.

12 lines (11 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; function _default(node) { node.x0 = Math.round(node.x0); node.y0 = Math.round(node.y0); node.x1 = Math.round(node.x1); node.y1 = Math.round(node.y1); }