UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular

25 lines (24 loc) 683 B
import { OnChanges, SimpleChanges, ElementRef, EventEmitter } from '@angular/core'; export declare class BarLabelComponent implements OnChanges { value: any; valueFormatting: any; barX: any; barY: any; barWidth: any; barHeight: any; orientation: any; dimensionsChanged: EventEmitter<any>; element: any; x: number; y: number; horizontalPadding: number; verticalPadding: number; formatedValue: string; transform: string; textAnchor: string; constructor(element: ElementRef); ngOnChanges(changes: SimpleChanges): void; getSize(): any; ngAfterViewInit(): void; update(): void; }