This commit is contained in:
duxp 2023-09-19 11:13:13 +08:00
parent e4bc22bfbd
commit f839e865bd
1 changed files with 5 additions and 6 deletions

View File

@ -722,12 +722,6 @@
name: item.name,
type: 'bar',
stack: 'total',
// label: {
// show: true,
// formatter:function(params){
// return params.value.toFixed(2)+'万元';
// }
// },
emphasis: {
focus: 'series'
},
@ -758,6 +752,11 @@
textStyle: {
color: "#ffffff"
},
pageIconColor:'#fff',
pageIconInactiveColor:'#fff',
pageTextStyle:{
color: "#ffffff"
}
},
grid: {
top: "5%",