UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 227 B
import { DataComponent as DC } from '../runtime'; export type ArcOptions = Omit<Record<string, any>, 'type'>; /** * For arc diagram(edge with weight) or chord diagram(with weight) */ export declare const Arc: DC<ArcOptions>;