@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
17 lines (16 loc) • 443 B
JavaScript
export var pie_en = {
max_size: 'Maximum Size',
max_size_explain: 'Maximum Size is applied when there are more slices than that you set.',
ring_title: 'Loop',
play_title: 'Loop interval',
play_explain: 'Unit: s',
circular_width: 'Width',
total: 'Total',
sector_offset: 'Sector Offset',
label: 'Label',
label_types: {
field: 'Field',
number: 'Number',
percent: 'Percent'
}
};