UNPKG

@ngx-performance-ui/ui

Version:
22 lines (21 loc) 804 B
import { GoogleChart } from '../../models'; import { GoogleChartComponent } from '../google-chart/google-chart.component'; import { Store } from '@ngxs/store'; export declare class AnnotationChartComponent { private store; annotationChartColumns: GoogleChart.Column[]; annotationChartRows: Array<any[]>; annotationChartOptions: GoogleChart.AnnotationOption; annotationChart: GoogleChartComponent; readonly chart: any; constructor(store: Store); rangeChangeHandler(): void; clearChart(): void; getContainer(): void; getSelection(): void; getVisibleChartRange(): void; hideDataColumns(index: number | number[]): void; showDataColumns(index: number | number[]): void; setVisibleChartRange(start: Date, end: Date): void; showToaster(): void; }