UNPKG

ag-charts-community

Version:

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

4 lines (3 loc) 204 B
import { type ChartModuleDefinition } from 'ag-charts-core'; import type { AgPolarChartOptions } from 'ag-charts-types'; export declare const PolarChartModule: ChartModuleDefinition<AgPolarChartOptions>;