UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines (12 loc) 298 B
import { ShapeComponent as SC } from '../../runtime'; export type VHVOptions = { /** * The ratio of line corner, default: 1/3. */ cornerRatio?: number; [key: string]: any; }; /** * Connect 2 points with a VHV line, used in tree. */ export declare const VHV: SC<VHVOptions>;