UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular

29 lines (28 loc) 1.18 kB
import { OnChanges, SimpleChanges, ElementRef, EventEmitter } from '@angular/core'; import { BarOrientation } from '../common/types/bar-orientation.enum'; import * as i0 from "@angular/core"; export declare class BarLabelComponent implements OnChanges { value: any; valueFormatting: any; barX: any; barY: any; barWidth: any; barHeight: any; orientation: BarOrientation; 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; static ɵfac: i0.ɵɵFactoryDeclaration<BarLabelComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<BarLabelComponent, "g[ngx-charts-bar-label]", never, { "value": "value"; "valueFormatting": "valueFormatting"; "barX": "barX"; "barY": "barY"; "barWidth": "barWidth"; "barHeight": "barHeight"; "orientation": "orientation"; }, { "dimensionsChanged": "dimensionsChanged"; }, never, never>; }