UNPKG

@rfprodz/client-d3-charts

Version:

Angular chart components based on D3JS (https://d3js.org).

25 lines (24 loc) 1.05 kB
import { BreakpointObserver } from '@angular/cdk/layout'; import { IPieChartDataNode, IPieChartOptions } from '../../interfaces/pie-chart.interface'; import * as i0 from "@angular/core"; /** Pie chart example. */ export declare class AppChartExamplesPieComponent { private readonly breakpointObserver; /** The chart data. */ private get chartData(); /** The chart options. */ private get chartOptions(); /** The breakpoint observer stream. */ private readonly breakpoint$; /** The chart configuration stream. */ readonly chartConfig$: import("rxjs").Observable<{ data: IPieChartDataNode[]; options: { first: Partial<IPieChartOptions>; second: Partial<IPieChartOptions>; }; }>; constructor(breakpointObserver: BreakpointObserver); static ɵfac: i0.ɵɵFactoryDeclaration<AppChartExamplesPieComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AppChartExamplesPieComponent, "app-chart-examples-pie", never, {}, {}, never, never, false, never>; }