pptx-automizer
Version:
A template based pptx generator
16 lines • 612 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LabelPosition = void 0;
var LabelPosition;
(function (LabelPosition) {
LabelPosition["BestFit"] = "bestFit";
LabelPosition["Bottom"] = "b";
LabelPosition["Center"] = "ctr";
LabelPosition["InsideEnd"] = "inEnd";
LabelPosition["InsideBase"] = "inBase";
LabelPosition["Left"] = "l";
LabelPosition["OutsideEnd"] = "outEnd";
LabelPosition["Right"] = "r";
LabelPosition["Top"] = "t";
})(LabelPosition = exports.LabelPosition || (exports.LabelPosition = {}));
//# sourceMappingURL=chart-type.js.map