调整流量统计导出按钮位置统一

This commit is contained in:
zhanghongqing
2018-11-14 11:32:28 +08:00
parent e37dad3b67
commit 13f9f71798
2 changed files with 47 additions and 9 deletions

View File

@@ -39,6 +39,12 @@
// margin:10,
},
navigation: {
buttonOptions: {
x:25,
y: -18,
}
},
exporting: {
allowHTML:true,
url:'saveAsImage',
@@ -52,7 +58,8 @@
},
},
}
}
},
},
noData:{
style: {//设置字体颜色
@@ -218,6 +225,12 @@
marginTop:50,
inverted: true,
},
navigation: {
buttonOptions: {
y:13,
x:-7
}
},
exporting: {
allowHTML:true,
url:'saveAsImage',
@@ -376,6 +389,11 @@
marginBottom:60,
},
navigation: {
buttonOptions: {
y: 13,
}
},
exporting: {
allowHTML:true,
url:'saveAsImage',
@@ -530,6 +548,11 @@ function echart_2(rs){
plotShadow:false,
type: 'pie'
},
navigation: {
buttonOptions: {
y: -8,
}
},
exporting: {
allowHTML:true,
url:'saveAsImage',
@@ -669,6 +692,11 @@ function echart_5(rs){
plotShadow:false,
type: 'pie'
},
navigation: {
buttonOptions: {
y: -8,
}
},
exporting: {
allowHTML:true,
url:'saveAsImage',
@@ -809,6 +837,12 @@ function echart_4(rs){
plotShadow:false,
type: 'pie'
},
navigation: {
buttonOptions: {
x:-5,
y: -10,
}
},
exporting: {
allowHTML:true,
url:'saveAsImage',
@@ -942,6 +976,12 @@ function echart_6(rs){
plotShadow:false,
type: 'pie'
},
navigation: {
buttonOptions: {
x:-5,
y: -10,
}
},
exporting: {
allowHTML:true,
url:'saveAsImage',
@@ -1080,6 +1120,12 @@ function echart_topic_domain(rs){
marginTop:50,
marginBottom:10,
},
navigation: {
buttonOptions: {
x:-5,
y:15,
}
},
exporting: {
allowHTML:true,
url:'saveAsImage',