UNPKG

@antv/f2

Version:

Charts for mobile visualization.

10 lines (9 loc) 143 B
export default (layout) => { const { left, top, width, height } = layout; return { x: left, y: top, width, height, }; };