@antv/g2
Version:
the Grammar of Graphics in Javascript
9 lines (8 loc) • 301 B
TypeScript
import { MarkComponent as MC } from '../runtime';
import { VectorMark } from '../spec';
export type VectorOptions = Omit<VectorMark, 'type'>;
/**
* Convert value for each channel to start, end.
* The angle starts from the X axis(right direction).
*/
export declare const Vector: MC<VectorOptions>;