@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
33 lines (32 loc) • 732 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.capsule_bar_en = void 0;
exports.capsule_bar_en = {
label: {
rate: 'Rate',
current: 'Current',
hide: 'Hide'
},
subtotal: {
label: 'Subtotal',
sum: 'Sum',
max: 'Max',
constant: 'Constant'
},
shape: {
label: 'Shape',
capsule: 'Capsule',
rectangle: 'Rectangle'
},
label_position: {
label: 'Position',
left: 'Left',
top: 'Top'
},
bar_color: 'Bar Color',
shadow_color: 'Shadow Color',
value_font: 'Value Style',
label_font: 'Label Style',
label_width: 'Label Width',
value_width: 'Column'
};