UNPKG

ag-charts-enterprise

Version:

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

7 lines (6 loc) 367 B
import { type AgColorType, type AgRadarAreaSeriesOptions, type AgRadarAreaSeriesStyle } from 'ag-charts-community'; import { RadarSeriesProperties } from '../radar/radarSeriesProperties'; export declare class RadarAreaSeriesProperties extends RadarSeriesProperties<AgRadarAreaSeriesStyle, AgRadarAreaSeriesOptions> { fill: AgColorType; fillOpacity: number; }