UNPKG

ng-devui

Version:

DevUI components based on Angular

14 lines (13 loc) 620 B
import * as i0 from "@angular/core"; export declare class QuadrantDiagramService { private doc; document: Document; constructor(doc: any); showAxisLine(x: any, y: any, diagramId: any, view: any, axisConfigs: any): void; hideAxisLine(diagramId: any): void; setListPointerEvents(diagramId: any, value: any): void; getXAxisValue(view: any, axisConfigs: any, left: any): string; getYAxisValue(view: any, axisConfigs: any, top: any): string; static ɵfac: i0.ɵɵFactoryDeclaration<QuadrantDiagramService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<QuadrantDiagramService>; }