UNPKG

@nova-ui/charts

Version:

Nova Charts is a library created to provide potential consumers with solutions for various data visualizations that conform with the Nova Design Language. It's designed to solve common patterns identified by UX designers, but also be very flexible so that

16 lines (15 loc) 879 B
import { OnChanges, OnDestroy, SimpleChanges } from "@angular/core"; import { ChartDonutContentPlugin } from "../core/plugins/chart-donut-content-plugin"; import { IElementPosition } from "../core/plugins/types"; import * as i0 from "@angular/core"; export declare class ChartDonutContentComponent implements OnDestroy, OnChanges { /** The plugin instance */ plugin: ChartDonutContentPlugin; /** The current content position */ contentPosition: IElementPosition; private contentPositionUpdateSubscription; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ChartDonutContentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ChartDonutContentComponent, "nui-chart-donut-content", never, { "plugin": { "alias": "plugin"; "required": false; }; }, {}, never, ["*"], false, never>; }