UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

6 lines (5 loc) 205 B
import type { Series } from './series'; import type { DatumIndexType } from './seriesTypes'; export interface GaugeSeries extends Series<DatumIndexType, any, object, any> { getCaptionText(): string; }