@antv/f2
Version:
Charts for mobile visualization.
19 lines (18 loc) • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = function _default(layout) {
var left = layout.left,
top = layout.top,
width = layout.width,
height = layout.height;
return {
x: left,
y: top,
width: width,
height: height
};
};
exports.default = _default;