@covalent/echarts
Version:
Teradata UI Platform Echarts Module
20 lines (19 loc) • 1.04 kB
TypeScript
import { OnChanges, OnDestroy } from '@angular/core';
import { TdChartOptionsService } from '../chart-options.service';
import * as i0 from "@angular/core";
export declare class TdDatasetComponent implements OnChanges, OnDestroy {
private _optionsService;
private _state;
id?: string;
config?: any;
source?: object | any[];
dimensions?: any[];
sourceHeader?: boolean;
constructor(_optionsService: TdChartOptionsService);
ngOnChanges(): void;
ngOnDestroy(): void;
private _setOptions;
private _removeOption;
static ɵfac: i0.ɵɵFactoryDeclaration<TdDatasetComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TdDatasetComponent, "td-chart-dataset", never, { "id": { "alias": "id"; "required": false; }; "config": { "alias": "config"; "required": false; }; "source": { "alias": "source"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; }, {}, never, never, true, never>;
}