UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular

29 lines (28 loc) 1.43 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": { "alias": "value"; "required": false; }; "valueFormatting": { "alias": "valueFormatting"; "required": false; }; "barX": { "alias": "barX"; "required": false; }; "barY": { "alias": "barY"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "barHeight": { "alias": "barHeight"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "dimensionsChanged": "dimensionsChanged"; }, never, never, false, never>; }