UNPKG

ag-charts-community

Version:

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

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