UNPKG

@antv/g2plot

Version:

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

11 lines (10 loc) 304 B
import ApplyResponsive from './base'; export default class ApplyResponsiveAxis extends ApplyResponsive { private dim; private axisInstance; protected init(): void; protected shouldApply(): boolean; protected apply(): void; protected getType(): any; private getAxisInstance; }