UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines 357 B
import { Color } from './color'; /** * ▽ */ export const HollowTriangleDown = (options, context) => { return Color(Object.assign({ colorAttribute: 'stroke', symbol: 'triangle-down' }, options), context); }; HollowTriangleDown.props = Object.assign({ defaultMarker: 'hollowTriangleDown' }, Color.props); //# sourceMappingURL=hollowTriangleDown.js.map