UNPKG

doevisualizations

Version:

Data Visualization Library based on RequireJS and D3.js (v4+)

6 lines (5 loc) 137 B
export default function ZoomEvent(target, type, transform) { this.target = target; this.type = type; this.transform = transform; }