UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AxisArc = void 0; const axis_1 = require("./axis"); /** * ArcAxis component bind to x scale. */ const AxisArc = (options) => { return (0, axis_1.ArcAxis)(options); }; exports.AxisArc = AxisArc; exports.AxisArc.props = Object.assign(Object.assign({}, axis_1.ArcAxis.props), { defaultPosition: 'left' }); //# sourceMappingURL=axisArc.js.map