@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
15 lines • 539 B
JavaScript
import * as _ from '@antv/util';
import { EVENT_MAP, onEvent } from '../../util/event';
var SHAPE_EVENT_MAP = {
onPointClick: 'point:click',
onPointDblclick: 'point:dblclick',
onPointMousemove: 'point:mousemove',
onPointMouseenter: 'point:mouseenter',
onPointMouseleave: 'point:mouseleave',
onPointMousedown: 'point:mousedown',
onPointMouseup: 'point:mouseup',
onPointContextmenu: 'point:contextmenu',
};
_.assign(EVENT_MAP, SHAPE_EVENT_MAP);
export { EVENT_MAP, onEvent };
//# sourceMappingURL=event.js.map