统一配置--提示语配置统一

qianming 2 years ago
parent e2b0e751e3
commit 59b33919f7

@ -498,7 +498,7 @@ export const widgetBarCompare = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'tipsFontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
@ -507,9 +507,10 @@ export const widgetBarCompare = {
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#00FEFF'
}, },
], ],
}, },

@ -644,10 +644,10 @@ export const widgetBarLineStack = {
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: 'rgba(0, 206, 209, 1)' value: '#00FEFF'
}, },
], ],
}, },

@ -498,7 +498,7 @@ export const widgetBarStack = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'tipsFontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
@ -507,9 +507,10 @@ export const widgetBarStack = {
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#00FEFF'
}, },
], ],
}, },

@ -445,9 +445,10 @@ export const widgetBarchart = {
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#00FEFF'
}, },
], ],
}, },

@ -622,19 +622,19 @@ export const widgetBarlinechart = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'tipFontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
value: 12 value: 16
}, },
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#e68b55' value: '#00FEFF'
}, },
], ],
}, },

@ -264,18 +264,18 @@ export const widgetFunnel = {
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体字号', label: '字体字号',
name: 'tipFontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
value: 14 value: 16
}, },
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '' value: '#00FEFF'
}, },
], ],
}, },

@ -427,7 +427,7 @@ export const widgetGradientBarchart = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'tipsFontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
@ -436,9 +436,10 @@ export const widgetGradientBarchart = {
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '#ff7f50', placeholder: '',
value: '#00FEFF'
}, },
], ],
}, },

@ -352,9 +352,10 @@ export const widgetHeatmap = {
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'tipsLineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#00FEFF'
}, },
], ],
}, },

@ -604,7 +604,7 @@ export const widgetLineCompare = {
{ {
type: 'el-switch', type: 'el-switch',
label: '显示', label: '显示',
name: 'tipShow', name: 'tipsShow',
required: false, required: false,
placeholder: '', placeholder: '',
value: true, value: true,
@ -612,7 +612,7 @@ export const widgetLineCompare = {
{ {
type: 'el-select', type: 'el-select',
label: '类型', label: '类型',
name: 'tipType', name: 'tipsType',
required: false, required: false,
placeholder: '', placeholder: '',
selectOptions: [ selectOptions: [
@ -624,9 +624,10 @@ export const widgetLineCompare = {
{ {
type: 'vue-color', type: 'vue-color',
label: '颜色', label: '颜色',
name: 'tipColor', name: 'tipsColor',
required: false, required: false,
placeholder: '#e68b55', placeholder: '',
value: '#00FEFF'
}, },
], ],
}, },
@ -768,7 +769,7 @@ export const widgetLineCompare = {
name: 'width', name: 'width',
required: false, required: false,
placeholder: '该容器在1920px大屏中的宽度', placeholder: '该容器在1920px大屏中的宽度',
value: 400, value: 500,
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
@ -776,7 +777,7 @@ export const widgetLineCompare = {
name: 'height', name: 'height',
required: false, required: false,
placeholder: '该容器在1080px大屏中的高度', placeholder: '该容器在1080px大屏中的高度',
value: 200, value: 250,
}, },
], ],
} }

@ -518,7 +518,7 @@ export const widgetLineStack = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'tipsFontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
@ -527,9 +527,10 @@ export const widgetLineStack = {
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#00FEFF'
}, },
], ],
}, },

@ -444,7 +444,7 @@ export const widgetLinechart = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'tipsFontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
@ -453,10 +453,10 @@ export const widgetLinechart = {
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '' value: '#00FEFF'
}, },
], ],
}, },

@ -590,19 +590,19 @@ export const widgetMoreBarLine = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'tipFontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
value: 12 value: 16
}, },
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#e68b55' value: '#00FEFF'
}, },
], ],
}, },

@ -209,19 +209,19 @@ export const widgetPieNightingale = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'fontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
value: 12 value: 16
}, },
{ {
type: 'vue-color', type: 'vue-color',
label: '网格线颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '' value: '#00FEFF'
}, },
], ],
}, },

@ -174,11 +174,11 @@ export const widgetPiechart = {
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'fontSize', name: 'fontSize',
required: false, required: false,
placeholder: '', placeholder: '',
value: 14, value: 12,
}, },
{ {
type: 'vue-color', type: 'vue-color',
@ -209,19 +209,19 @@ export const widgetPiechart = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'fontSize', name: 'tipFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
value: 12 value: 16
}, },
{ {
type: 'vue-color', type: 'vue-color',
label: '网格线颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '' value: '#00FEFF'
}, },
], ],
}, },

@ -313,7 +313,7 @@ export const widgetRadar = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'tipsFontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
@ -322,10 +322,10 @@ export const widgetRadar = {
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: 'rgba(0, 206, 209, 1)' value: '#00FEFF'
}, },
], ],
}, },

@ -172,16 +172,16 @@ export const widgetWordCloud = {
list: [ list: [
{ {
type: 'el-input-number', type: 'el-input-number',
label: '字体大小', label: '字体字号',
name: 'fontSize', name: 'tipsFontSize',
required: false, required: false,
placeholder: '', placeholder: '',
value: 12 value: 16
}, },
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'tipsColor',
required: false, required: false,
placeholder: '', placeholder: '',
value: '#00FEFF' value: '#00FEFF'

@ -441,8 +441,8 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.fontSize fontSize: optionsSetup.tipsFontSize
} }
}; };
this.options.tooltip = tooltip; this.options.tooltip = tooltip;

@ -266,7 +266,7 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipsFontSize fontSize: optionsSetup.tipsFontSize
} }
}; };

@ -210,7 +210,7 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipsFontSize fontSize: optionsSetup.tipsFontSize
} }
}; };

@ -234,7 +234,7 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipsFontSize fontSize: optionsSetup.tipsFontSize
} }
}; };

@ -323,8 +323,8 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipFontSize fontSize: optionsSetup.tipsFontSize
} }
}; };
this.options.tooltip = tooltip; this.options.tooltip = tooltip;

@ -300,7 +300,7 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipsFontSize fontSize: optionsSetup.tipsFontSize
} }
}; };

@ -338,8 +338,8 @@ export default {
trigger: 'item', trigger: 'item',
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipFontSize fontSize: optionsSetup.tipsFontSize
} }
}; };
this.options.tooltip = tooltip; this.options.tooltip = tooltip;

@ -277,8 +277,8 @@ export default {
position: "top", position: "top",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipsLineColor fontSize: optionsSetup.tipsFontSize,
} }
}; };
this.options.tooltip = tooltip; this.options.tooltip = tooltip;

@ -476,30 +476,30 @@ export default {
setOptionsTooltip() { setOptionsTooltip() {
const optionsSetup = this.optionsSetup; const optionsSetup = this.optionsSetup;
let tooltip = {} let tooltip = {}
if (optionsSetup.tipType == "line") { if (optionsSetup.tipsType == "line") {
tooltip = { tooltip = {
show: optionsSetup.tipShow, show: optionsSetup.tipsShow,
trigger: 'axis', trigger: 'axis',
axisPointer: { axisPointer: {
type: optionsSetup.tipType, type: optionsSetup.tipsType,
lineStyle: { lineStyle: {
color: optionsSetup.tipColor, color: optionsSetup.tipsColor,
type: 'dashed', type: 'dashed',
}, },
}, },
} }
} else { } else {
tooltip = { tooltip = {
show: optionsSetup.tipShow, show: optionsSetup.tipsShow,
trigger: 'axis', trigger: 'axis',
axisPointer: { axisPointer: {
type: optionsSetup.tipType, type: optionsSetup.tipsType,
lineStyle: { lineStyle: {
color: optionsSetup.tipColor, color: optionsSetup.tipsColor,
type: 'dashed', type: 'dashed',
}, },
crossStyle: { crossStyle: {
color: optionsSetup.tipColor, color: optionsSetup.tipsColor,
} }
}, },
} }

@ -225,7 +225,7 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipsFontSize fontSize: optionsSetup.tipsFontSize
} }
}; };

@ -242,7 +242,7 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipsFontSize fontSize: optionsSetup.tipsFontSize
} }
}; };

@ -92,98 +92,98 @@ export default {
}, },
// //
setOptionsTitle() { setOptionsTitle() {
const optionsCollapse = this.optionsSetup; const optionsSetup = this.optionsSetup;
const title = {}; const title = {};
title.text = optionsCollapse.titleText; title.text = optionsSetup.titleText;
title.show = optionsCollapse.isNoTitle; title.show = optionsSetup.isNoTitle;
title.left = optionsCollapse.textAlign; title.left = optionsSetup.textAlign;
title.textStyle = { title.textStyle = {
color: optionsCollapse.textColor, color: optionsSetup.textColor,
fontSize: optionsCollapse.textFontSize, fontSize: optionsSetup.textFontSize,
fontWeight: optionsCollapse.textFontWeight fontWeight: optionsSetup.textFontWeight
}; };
title.subtext = optionsCollapse.subText; title.subtext = optionsSetup.subText;
title.subtextStyle = { title.subtextStyle = {
color: optionsCollapse.subTextColor, color: optionsSetup.subTextColor,
fontWeight: optionsCollapse.subTextFontWeight, fontWeight: optionsSetup.subTextFontWeight,
fontSize: optionsCollapse.subTextFontSize fontSize: optionsSetup.subTextFontSize
}; };
this.options.title = title; this.options.title = title;
}, },
// //
setOptionsValue() { setOptionsValue() {
const optionsCollapse = this.optionsSetup; const optionsSetup = this.optionsSetup;
const series = this.options.series; const series = this.options.series;
const numberValue = optionsCollapse.numberValue ? "{c}" : ""; const numberValue = optionsSetup.numberValue ? "{c}" : "";
const percentage = optionsCollapse.percentage ? "({d})%" : ""; const percentage = optionsSetup.percentage ? "({d})%" : "";
const label = { const label = {
show: optionsCollapse.isShow, show: optionsSetup.isShow,
formatter: `{a|{b}${numberValue} ${percentage}}`, formatter: `{a|{b}${numberValue} ${percentage}}`,
rich: { rich: {
a: { a: {
padding: [-30, 15, -20, 15], padding: [-30, 15, -20, 15],
color: optionsCollapse.subTextColor, color: optionsSetup.subTextColor,
fontSize: optionsCollapse.fontSize, fontSize: optionsSetup.fontSize,
fontWeight: optionsCollapse.fontWeight fontWeight: optionsSetup.fontWeight
} }
}, },
fontSize: optionsCollapse.fontSize, fontSize: optionsSetup.fontSize,
fontWeight: optionsCollapse.optionsCollapse fontWeight: optionsSetup.optionsSetup
}; };
for (const key in series) { for (const key in series) {
if (series[key].type == "pie") { if (series[key].type == "pie") {
series[key].label = label; series[key].label = label;
series[key].labelLine = { show: optionsCollapse.isShow }; series[key].labelLine = { show: optionsSetup.isShow };
} }
} }
}, },
// tooltip // tooltip
setOptionsTooltip() { setOptionsTooltip() {
const optionsCollapse = this.optionsSetup; const optionsSetup = this.optionsSetup;
const tooltip = { const tooltip = {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsCollapse.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsCollapse.fontSize fontSize: optionsSetup.tipsFontSize
} }
}; };
this.options.tooltip = tooltip; this.options.tooltip = tooltip;
}, },
// //
setOptionsMargin() { setOptionsMargin() {
const optionsCollapse = this.optionsSetup; const optionsSetup = this.optionsSetup;
const grid = { const grid = {
left: optionsCollapse.marginLeft, left: optionsSetup.marginLeft,
right: optionsCollapse.marginRight, right: optionsSetup.marginRight,
bottom: optionsCollapse.marginBottom, bottom: optionsSetup.marginBottom,
top: optionsCollapse.marginTop, top: optionsSetup.marginTop,
containLabel: true containLabel: true
}; };
this.options.grid = grid; this.options.grid = grid;
}, },
// legend // legend
setOptionsLegend() { setOptionsLegend() {
const optionsCollapse = this.optionsSetup; const optionsSetup = this.optionsSetup;
const legend = this.options.legend; const legend = this.options.legend;
legend.show = optionsCollapse.isShowLegend; legend.show = optionsSetup.isShowLegend;
legend.left = optionsCollapse.lateralPosition == "left" ? 0 : "auto"; legend.left = optionsSetup.lateralPosition == "left" ? 0 : "auto";
legend.right = optionsCollapse.lateralPosition == "right" ? 0 : "auto"; legend.right = optionsSetup.lateralPosition == "right" ? 0 : "auto";
legend.top = optionsCollapse.longitudinalPosition == "top" ? 0 : "auto"; legend.top = optionsSetup.longitudinalPosition == "top" ? 0 : "auto";
legend.bottom = legend.bottom =
optionsCollapse.longitudinalPosition == "bottom" ? 0 : "auto"; optionsSetup.longitudinalPosition == "bottom" ? 0 : "auto";
legend.orient = optionsCollapse.layoutFront; legend.orient = optionsSetup.layoutFront;
legend.textStyle = { legend.textStyle = {
color: optionsCollapse.legendColor, color: optionsSetup.legendColor,
fontSize: optionsCollapse.fontSize fontSize: optionsSetup.fontSize
}; };
legend.itemWidth = optionsCollapse.legendWidth; legend.itemWidth = optionsSetup.legendWidth;
}, },
// //
setOptionsColor() { setOptionsColor() {
const optionsCollapse = this.optionsSetup; const optionsSetup = this.optionsSetup;
const customColor = optionsCollapse.customColor; const customColor = optionsSetup.customColor;
if (!customColor) return; if (!customColor) return;
const arrColor = []; const arrColor = [];
for (let i = 0; i < customColor.length; i++) { for (let i = 0; i < customColor.length; i++) {

@ -157,7 +157,7 @@ export default {
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.lineColor,
fontSize: optionsSetup.fontSize fontSize: optionsSetup.tipFontSize
} }
}; };
this.options.tooltip = tooltip; this.options.tooltip = tooltip;

@ -149,7 +149,7 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipsFontSize, fontSize: optionsSetup.tipsFontSize,
} }
}; };

@ -172,8 +172,8 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.tipFontSize fontSize: optionsSetup.tipsFontSize
} }
}; };
this.options.tooltip = tooltip; this.options.tooltip = tooltip;

@ -130,8 +130,8 @@ export default {
trigger: "item", trigger: "item",
show: true, show: true,
textStyle: { textStyle: {
color: optionsSetup.lineColor, color: optionsSetup.tipsColor,
fontSize: optionsSetup.fontSize fontSize: optionsSetup.tipsFontSize
} }
}; };
this.options.tooltip = tooltip; this.options.tooltip = tooltip;

Loading…
Cancel
Save