@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
19 lines (18 loc) • 512 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.titlePositionOptions = void 0;
var type_1 = require("../../../../constants/language/base/type");
exports.titlePositionOptions = [
{
value: "none" /* None */,
item: type_1.BaseLocale.off
},
{
value: "bottom" /* Bottom */,
item: type_1.BaseLocale.legend.position.bottom
},
{
value: "center" /* Center */,
item: type_1.BaseLocale.legend.position.center
}
];