UNPKG

@covalent/echarts

Version:

Teradata UI Platform Echarts Module

18 lines (17 loc) 774 B
import { Provider } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TdChartOptionsService { private _options; private _optionsSubject; setOption(option: string, value: any): void; setArrayOption(option: string, value: any): any; removeArrayOption(option: string, value: any): any; getOption(option: string): any[]; clearOption(option: string): void; listen(): Observable<any>; static ɵfac: i0.ɵɵFactoryDeclaration<TdChartOptionsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TdChartOptionsService>; } export declare function CHART_PROVIDER_FACTORY(parent: TdChartOptionsService): TdChartOptionsService; export declare const CHART_PROVIDER: Provider;