UNPKG

@rfprodz/client-d3-charts

Version:

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

22 lines (21 loc) 963 B
import { BreakpointObserver } from '@angular/cdk/layout'; import { IBarChartOptions, TBarChartData } from '../../interfaces/bar-chart.interface'; import * as i0 from "@angular/core"; /** Bar chart example. */ export declare class AppChartExamplesBarComponent { 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: TBarChartData; options: Partial<IBarChartOptions>; }>; constructor(breakpointObserver: BreakpointObserver); static ɵfac: i0.ɵɵFactoryDeclaration<AppChartExamplesBarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AppChartExamplesBarComponent, "app-chart-examples-bar", never, {}, {}, never, never, false, never>; }