This commit is contained in:
parent
e4bc22bfbd
commit
f839e865bd
|
@ -722,12 +722,6 @@
|
||||||
name: item.name,
|
name: item.name,
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
stack: 'total',
|
stack: 'total',
|
||||||
// label: {
|
|
||||||
// show: true,
|
|
||||||
// formatter:function(params){
|
|
||||||
// return params.value.toFixed(2)+'万元';
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
emphasis: {
|
emphasis: {
|
||||||
focus: 'series'
|
focus: 'series'
|
||||||
},
|
},
|
||||||
|
@ -758,6 +752,11 @@
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: "#ffffff"
|
color: "#ffffff"
|
||||||
},
|
},
|
||||||
|
pageIconColor:'#fff',
|
||||||
|
pageIconInactiveColor:'#fff',
|
||||||
|
pageTextStyle:{
|
||||||
|
color: "#ffffff"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
top: "5%",
|
top: "5%",
|
||||||
|
|
Loading…
Reference in New Issue