UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

15 lines (14 loc) 443 B
"use strict"; 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 } ];