yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
35 lines (34 loc) • 963 B
TypeScript
import { ElementRef, OnDestroy, OnChanges, NgZone, TemplateRef, OnInit, ChangeDetectorRef } from '@angular/core';
export declare class G2BarComponent implements OnDestroy, OnChanges, OnInit {
private el;
private cd;
private zone;
_title: string;
_titleTpl: TemplateRef<any>;
title: string | TemplateRef<any>;
color: string;
height: any;
private _height;
padding: number[];
data: Array<{
x: any;
y: any;
[key: string]: any;
}>;
autoLabel: any;
private _autoLabel;
private node;
chart: any;
constructor(el: ElementRef, cd: ChangeDetectorRef, zone: NgZone);
runInstall(): void;
install(): void;
uninstall(): void;
ngOnInit(): void;
ngOnChanges(): void;
ngOnDestroy(): void;
private autoHideXLabels;
private scroll$;
private installResizeEvent();
private uninstallResizeEvent();
resize(): void;
}