This commit is contained in:
parent
e4bc22bfbd
commit
f839e865bd
|
@ -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%",
|
||||
|
|
Loading…
Reference in New Issue