@antv/g2
Version:
the Grammar of Graphics in Javascript
10 lines • 393 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Fisheye = void 0;
/**
* Fisheye
*/
const Fisheye = ({ focusX = 0, focusY = 0, distortionX = 2, distortionY = 2, visual = false, }) => [['fisheye', focusX, focusY, distortionX, distortionY, visual]];
exports.Fisheye = Fisheye;
exports.Fisheye.props = { transform: true };
//# sourceMappingURL=fisheye.js.map
;