UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

9 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @file events of waterfall chart is equal to column chart */ var event_1 = require("../column/event"); exports.EVENT_MAP = event_1.EVENT_MAP; exports.onEvent = event_1.onEvent; //# sourceMappingURL=event.js.map