UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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