UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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