弹框样式调整

This commit is contained in:
binbin_pan 2024-04-28 14:51:18 +08:00
parent b1dab92965
commit c6e9d286dc
1 changed files with 1 additions and 3 deletions

View File

@ -232,7 +232,7 @@ export default {
})
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);
this.myPieChart(pieData)
this.myBarChart(barData)
@ -248,8 +248,6 @@ export default {
left: 'left',
textStyle: {
color: '#fff',
//
backgroundColor: 'url(../../../../assets/img/dialog/Heading.png)'
}
},
tooltip: {