UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

21 lines (11 loc) 377 B
export class Chart { constructor(element: HTMLElement, options: any, theme: any, context: any); setOptions(options: any, theme?: any): void; noTransitionsRedraw(): void; setDirection(rtl: boolean): void; resize(): void; hideElements(): void; applyOptions(options: any, theme?: any): void; bindCategories(): void; destroy(): void; }