@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
20 lines (19 loc) • 585 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Types = void 0;
var type_1 = require("../../../../constants/language/pie/type");
var chart_style_1 = require("../../../../constants/chart-style");
exports.Types = [
{
text: type_1.PieLocale.label_types.field,
value: chart_style_1.ELabelType.Field
},
{
text: type_1.PieLocale.label_types.number,
value: chart_style_1.ELabelType.Number
},
{
text: type_1.PieLocale.label_types.percent,
value: chart_style_1.ELabelType.Percent
}
];