@visactor/openinula-vchart
Version:
The openinula version of VChart 4.x
10 lines (7 loc) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.DataZoom = void 0;
const eventsUtils_1 = require("../eventsUtils"), BaseComponent_1 = require("./BaseComponent");
exports.DataZoom = (0, BaseComponent_1.createComponent)("DataZoom", "dataZoom", eventsUtils_1.DATAZOOM_CUSTOMIZED_EVENTS);
//# sourceMappingURL=DataZoom.js.map