@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
24 lines (23 loc) • 866 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.relation_en = void 0;
exports.relation_en = {
color: 'Color',
number: 'Radian',
start: 'Starting node',
end: 'Destination node',
node: 'Node',
mode: 'Mode',
mode_explain: 'When there are only 2 nodes, the selection is valid. If two nodes have the same value, the multi-level mode can connect the same node value',
inflow: 'Flow in',
level2: 'Level 2',
multistage: 'Multistage',
inflow_text: 'Flow in',
outflow_text: 'Flow out',
map_color: 'Line color',
max: 'Maximum diameter of the bubble',
min: 'Minimum diameter of the bbubble',
vision: 'Mapping bar',
calculable: 'Slide',
tip: 'A ring is formed in your data, and multi-level links cannot be generated. You can modify the mode to level two for display'
};