补充提交-流量统计导出
This commit is contained in:
@@ -189,7 +189,7 @@ $(".export-btn").click(function(){
|
||||
headings:true,
|
||||
footers:true,
|
||||
formats:[dataType],
|
||||
fileName:"service",
|
||||
fileName:"APP",
|
||||
bootstrap:false
|
||||
});
|
||||
$("#myexport").click();
|
||||
|
||||
@@ -94,10 +94,20 @@ function showDomainTrans(rs){
|
||||
zoomType: 'x'
|
||||
},
|
||||
exporting: {
|
||||
filename:'Domain',
|
||||
filename:'Domain-Trans',
|
||||
scale:1,
|
||||
sourceWidth: 1280,
|
||||
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: {
|
||||
text: domainName
|
||||
|
||||
Reference in New Issue
Block a user