viser
Version:
viser is a toolkit fit for data vis engineer.
8 lines • 370 B
JavaScript
var G2 = require('@antv/g2');
export var registerShape = function (geoName, shapeName, shapeFun) {
G2.Shape.registerShape(geoName, shapeName, shapeFun);
};
export var registerAnimation = function (animationType, animationName, animationFun) {
G2.Animate.registerAnimation(animationType, animationName, animationFun);
};
//# sourceMappingURL=CustomizeUtils.js.map