@swimlane/ngx-charts
Version:
Declarative Charting Framework for Angular2 and beyond!
27 lines (26 loc) • 748 B
TypeScript
import { OnChanges, SimpleChanges } from '@angular/core';
export declare class PieLabelComponent implements OnChanges {
data: any;
radius: any;
label: any;
color: any;
max: any;
value: any;
explodeSlices: any;
animations: boolean;
labelTrim: boolean;
labelTrimSize: number;
trimLabel: (label: string, max?: number) => string;
line: string;
private readonly isIE;
constructor();
ngOnChanges(changes: SimpleChanges): void;
update(): void;
readonly textX: number;
readonly textY: number;
readonly styleTransform: string;
readonly attrTransform: string;
readonly textTransition: string;
textAnchor(): any;
midAngle(d: any): number;
}