UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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