@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
109 lines (108 loc) • 3.25 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.two_dimension_en = void 0;
exports.two_dimension_en = {
title_overlay: {
title: 'Overlay',
metric_label: 'Indicators',
data_label: 'Data point',
show_symbol: 'Symbol',
show_data: 'Indicators'
},
pile: 'Stack Mode',
line: {
line_style: {
title: 'Line',
smooth: 'Smooth',
not_smooth: 'Not Smooth'
},
valueLabelShow: {
title: 'Value Show',
min_and_max: 'Min、Max'
}
},
desc_line: 'Generate superimposed polylines of different colors according to the values of the field',
bubble: {
size_field: 'Field',
desc: 'Generate bubbles of different colors according to the value of the field',
sizeType: 'Diameter Type',
dynamicType: 'Dynamic',
staticType: 'Static',
sizeExplain: 'dynamic diameter is determined by Minimum diameter and Maximum diameter. static diameter is determined by metric fileds and its corresponded diameter',
size: 'diameter',
min: 'Min Diameter',
max: 'Max Diameter',
zero: 'Zero values',
show: 'Point show style',
placeholder: 'Please enter field value'
},
scatter: {
desc: 'Generate bubbles of different colors according to the value of the field',
regress: {
title: 'Regression Curve',
label: 'Config',
explain: 'Draw a regression curve according to the regression method. Note: The regression curve takes effect only when the coordinate point is of the numeric type.',
linear: 'Linear',
exponential: 'Exponential',
log: 'Logarithm',
none: 'None'
},
type: {
value: 'Value',
category: 'Category',
time: 'Time',
log: 'Log'
},
modes: {
horizontal: 'Horizontal',
vertical: 'Vertical'
}
},
bar: {
orientation: {
title: 'Direction',
horizontal: 'Horizontal',
vertical: 'Vertical'
},
hide: 'Hide',
top: 'Top',
center: 'Center',
desc: 'Generate bars of different color according to the value of the field',
valueLabelShow: {
title: 'Value Show',
hide: 'Hide',
center: 'Center',
top: 'Top'
}
},
lineBar: {
desc: 'Generate bars of different color according to the value of the field'
},
axis: {
type: {
value: 'Linear',
category: 'Category',
time: 'Time',
log: 'Log'
},
minMaxMode: {
auto: 'Auto',
custom: 'Custom'
}
},
color_mode: {
classical: 'Classical',
spring: 'Spring',
summer: 'Summer',
autumn: 'Autumn',
winter: 'Winter',
violet: 'Violet',
seniorCalm: 'SeniorCalm',
elegantClassic: 'ElegantClassic'
},
data_zoom: {
zoom: 'Zoom',
back: 'back'
},
restore: 'reset'
};