yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
32 lines (31 loc) • 783 B
TypeScript
import { ElementRef, OnDestroy, OnChanges, SimpleChanges, NgZone } from '@angular/core';
export declare class G2MiniAreaComponent implements OnDestroy, OnChanges {
private zone;
color: string;
borderColor: string;
borderWidth: any;
private _borderWidth;
height: any;
private _height;
fit: any;
private _fit;
line: any;
private _line;
animate: any;
private _animate;
xAxis: any;
yAxis: any;
padding: number[];
data: Array<{
x: number;
y: number;
[key: string]: any;
}>;
node: ElementRef;
chart: any;
constructor(zone: NgZone);
install(): void;
uninstall(): void;
ngOnChanges(changes: SimpleChanges): void;
ngOnDestroy(): void;
}