UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines 300 B
import { Color } from './color'; /** * - */ export const Hyphen = (options, context) => { return Color(Object.assign({ colorAttribute: 'stroke', symbol: 'hyphen' }, options), context); }; Hyphen.props = Object.assign({ defaultMarker: 'hyphen' }, Color.props); //# sourceMappingURL=hyphen.js.map