弹框样式调整
This commit is contained in:
parent
b1dab92965
commit
c6e9d286dc
|
|
@ -232,7 +232,7 @@ export default {
|
||||||
})
|
})
|
||||||
|
|
||||||
if (barData.yAxisData.length > 5) barData.yAxisData = barData.yAxisData.slice(0, 5)
|
if (barData.yAxisData.length > 5) barData.yAxisData = barData.yAxisData.slice(0, 5)
|
||||||
if(barData.seriesData.length > 5) barData.seriesData = barData.seriesData.slice(0, 5)
|
if (barData.seriesData.length > 5) barData.seriesData = barData.seriesData.slice(0, 5)
|
||||||
console.log('🚀 ~ getChart ~ barData:', barData);
|
console.log('🚀 ~ getChart ~ barData:', barData);
|
||||||
this.myPieChart(pieData)
|
this.myPieChart(pieData)
|
||||||
this.myBarChart(barData)
|
this.myBarChart(barData)
|
||||||
|
|
@ -248,8 +248,6 @@ export default {
|
||||||
left: 'left',
|
left: 'left',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
// 背景图片
|
|
||||||
backgroundColor: 'url(../../../../assets/img/dialog/Heading.png)'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue