@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
8 lines • 355 B
JavaScript
import BaseInteraction from './base';
import ScrollBarInteraction from './scrollbar';
import SliderInteraction from './slider';
BaseInteraction.registerInteraction('slider', SliderInteraction);
BaseInteraction.registerInteraction('scrollbar', ScrollBarInteraction);
export * from './base';
export default BaseInteraction;
//# sourceMappingURL=index.js.map