图像不需要查看原始数据,数据显示不对
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ef08a5277d
commit
8d1d5cb43a
|
|
@ -179,14 +179,10 @@ export default {
|
|||
color: this.color,
|
||||
tooltip: {
|
||||
trigger: 'item',
|
||||
formatter: `${obj.titleText} <br/>{b} : {c}`
|
||||
formatter: `{b} : {c}`
|
||||
},
|
||||
toolbox: {
|
||||
feature: {
|
||||
dataView: { readOnly: false },
|
||||
restore: {},
|
||||
saveAsImage: {}
|
||||
}
|
||||
show: false
|
||||
},
|
||||
legend: {
|
||||
data: obj.legendData,
|
||||
|
|
@ -267,7 +263,7 @@ export default {
|
|||
label: {
|
||||
show: true,
|
||||
formatter: `{c}`,
|
||||
position: 'top',
|
||||
position: 'inside',
|
||||
textStyle: {
|
||||
fontSize: 14, // 设置字体大小为 14px
|
||||
color: '#000', // 设置字体颜色为白色
|
||||
|
|
@ -317,6 +313,9 @@ export default {
|
|||
title: {
|
||||
text: obj.titleText
|
||||
},
|
||||
toolbox: {
|
||||
show: false
|
||||
},
|
||||
color: this.color,
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
|
|
@ -422,6 +421,9 @@ export default {
|
|||
title: {
|
||||
text: obj.titleText
|
||||
},
|
||||
toolbox: {
|
||||
show: false
|
||||
},
|
||||
color: this.color,
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
|
|
@ -469,6 +471,9 @@ export default {
|
|||
title: {
|
||||
text: obj.titleText
|
||||
},
|
||||
toolbox: {
|
||||
show: false
|
||||
},
|
||||
color: this.color,
|
||||
tooltip: {
|
||||
trigger: 'item',
|
||||
|
|
@ -523,6 +528,9 @@ export default {
|
|||
title: {
|
||||
text: obj.titleText
|
||||
},
|
||||
toolbox: {
|
||||
show: false
|
||||
},
|
||||
color: this.color,
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
|
|
|
|||
Loading…
Reference in New Issue