UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Cross = void 0; const color_1 = require("./color"); /** * ✕ */ const Cross = (options, context) => { return (0, color_1.Color)(Object.assign({ colorAttribute: 'stroke', symbol: 'cross' }, options), context); }; exports.Cross = Cross; exports.Cross.props = Object.assign({ defaultMarker: 'cross' }, color_1.Color.props); //# sourceMappingURL=cross.js.map