UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 215 B
import { ArcData, ArcOptions } from './types'; /** * Layout for Arc / Chord diagram with d3 style. */ export declare function Arc(options?: ArcOptions): (data: ArcData) => { nodes: any[]; edges: any[]; };