UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

11 lines 365 B
export var AxisType; (function (AxisType) { AxisType["Left"] = "Left"; AxisType["Right"] = "Right"; })(AxisType || (AxisType = {})); export var DualAxesGeometry; (function (DualAxesGeometry) { DualAxesGeometry["Line"] = "line"; DualAxesGeometry["Column"] = "column"; })(DualAxesGeometry || (DualAxesGeometry = {})); //# sourceMappingURL=types.js.map