UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

4 lines (3 loc) 199 B
export type ILineStrokeCap = 'butt' | 'round' | 'square'; export type ILineStrokeJoin = 'arcs' | 'bevel' | 'miter' | 'miter-clip' | 'round'; export declare const DEFAULT_CLOSE_STROKE_JOIN = "bevel";