UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 270 B
import { GuideComponentComponent as GCC } from '../runtime'; import { AxisOptions } from './axis'; export type AxisRadarOptions = AxisOptions & { radar: { count: number; index: number; }; }; export declare const AxisRadar: GCC<AxisRadarOptions>;