@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
30 lines (29 loc) • 660 B
JavaScript
export var capsule_bar_zh = {
label: {
rate: '比例',
current: '当前值',
hide: '隐藏'
},
subtotal: {
label: '汇总方式',
sum: '和',
max: '最大值',
constant: '固定值'
},
shape: {
label: '柱子形状',
capsule: '胶囊',
rectangle: '矩形'
},
label_position: {
label: '标签位置',
left: '左',
top: '上'
},
shadow_color: '阴影颜色',
bar_color: '柱子颜色',
value_font: '数值样式',
label_font: '标签样式',
label_width: '标签列宽',
value_width: '指标列度'
};