UNPKG

ag-charts-enterprise

Version:

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

8 lines (7 loc) 349 B
import { _ModuleSupport } from 'ag-charts-community'; import type { LonLatBBox } from './lonLatBbox'; export interface ITopology extends _ModuleSupport.Series<_ModuleSupport.DatumIndexType, any, any, any> { topologyBounds: LonLatBBox | undefined; scale: _ModuleSupport.MercatorScale | undefined; setChartTopology(topology: any): void; }