UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

11 lines (10 loc) 373 B
import { ISettings, IWidgetVariables } from "../../interfaces"; import { Chart } from "../../models/Chart"; import { IWidgetSettings } from "../../widgetSettings"; export declare class AverageNumber extends Chart { getVariables(): IWidgetVariables; getSettings(): IWidgetSettings; getStyles(): ISettings; run(): void; getTemplate(): string; }