@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
35 lines (34 loc) • 956 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.stackOptions = exports.OrientationType = exports.showBarLabelOptions = void 0;
var type_1 = require("./language/two_dimension/type");
var type_2 = require("./language/base/type");
exports.showBarLabelOptions = [
{
value: false,
item: type_1.TowDimensionLocale.bar.hide
},
{
value: true,
item: type_1.TowDimensionLocale.bar.center
},
{
value: 'top',
item: type_1.TowDimensionLocale.bar.top
}
];
var OrientationType;
(function (OrientationType) {
OrientationType["Horizontal"] = "horizontal";
OrientationType["Vertical"] = "vertical";
})(OrientationType = exports.OrientationType || (exports.OrientationType = {}));
exports.stackOptions = [
{
value: true,
item: type_2.BaseLocale.stack
},
{
value: false,
item: type_2.BaseLocale.stack_none
}
];