angular-google-charts
Version:
A wrapper for the Google Charts library written with Angular
12 lines (11 loc) • 572 B
TypeScript
/// <reference types="google.visualization" />
import { Column, Row } from '../components/chart-base/chart-base.component';
import { Formatter } from '../types/formatter';
import * as i0 from "@angular/core";
export declare class DataTableService {
create(data: Row[] | undefined, columns?: Column[], formatters?: Formatter[]): google.visualization.DataTable | undefined;
private getDataAsTable;
private applyFormatters;
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DataTableService>;
}