UNPKG

@progress/kendo-angular-charts

Version:

Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.

32 lines (31 loc) 1.13 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2024 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { NgZone } from '@angular/core'; import { ConfigurationService } from './configuration.service'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ThemeService extends ConfigurationService { private loaded; private element; constructor(ngZone: NgZone); loadTheme(): void; reset(): void; private readTheme; private readDefaultTheme; private createElement; private destroyElement; private setStyle; private setColors; private setInactiveOpacity; private setFonts; private setSeriesColors; private mapColor; private queryColor; private queryStyle; static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>; }