UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines 316 B
import { Color } from './color'; /** * ○ */ export const HollowPoint = (options, context) => { return Color(Object.assign({ colorAttribute: 'stroke', symbol: 'point' }, options), context); }; HollowPoint.props = Object.assign({ defaultMarker: 'hollowPoint' }, Color.props); //# sourceMappingURL=hollow.js.map