补充提交-流量统计导出
This commit is contained in:
@@ -189,7 +189,7 @@ $(".export-btn").click(function(){
|
|||||||
headings:true,
|
headings:true,
|
||||||
footers:true,
|
footers:true,
|
||||||
formats:[dataType],
|
formats:[dataType],
|
||||||
fileName:"service",
|
fileName:"APP",
|
||||||
bootstrap:false
|
bootstrap:false
|
||||||
});
|
});
|
||||||
$("#myexport").click();
|
$("#myexport").click();
|
||||||
|
|||||||
@@ -94,10 +94,20 @@ function showDomainTrans(rs){
|
|||||||
zoomType: 'x'
|
zoomType: 'x'
|
||||||
},
|
},
|
||||||
exporting: {
|
exporting: {
|
||||||
filename:'Domain',
|
filename:'Domain-Trans',
|
||||||
scale:1,
|
scale:1,
|
||||||
sourceWidth: 1280,
|
sourceWidth: 1280,
|
||||||
sourceHeight: 500,
|
sourceHeight: 500,
|
||||||
|
buttons: {
|
||||||
|
contextButton: {
|
||||||
|
menuItems: [
|
||||||
|
Highcharts.getOptions().exporting.buttons.contextButton.menuItems[0],// 打印
|
||||||
|
Highcharts.getOptions().exporting.buttons.contextButton.menuItems[1],// jpeg
|
||||||
|
Highcharts.getOptions().exporting.buttons.contextButton.menuItems[4],// excel
|
||||||
|
Highcharts.getOptions().exporting.buttons.contextButton.menuItems[3],// cvs
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: domainName
|
text: domainName
|
||||||
|
|||||||
Reference in New Issue
Block a user