@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
15 lines (14 loc) • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.signleLayoutOption = void 0;
var type_1 = require("../../../../constants/language/base/type");
exports.signleLayoutOption = [
{
value: "horizontal" /* Horizontal */,
item: type_1.BaseLocale.legend.position.horizontal
},
{
value: "vertical" /* Vertical */,
item: type_1.BaseLocale.legend.position.vertical
}
];