主页导出png pdf功能开放 解决展示问题
This commit is contained in:
@@ -1365,7 +1365,14 @@ function exportingButton(color) {
|
||||
fill: color
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
menuItems: [
|
||||
Highcharts.getOptions().exporting.buttons.contextButton.menuItems[0],// 打印
|
||||
Highcharts.getOptions().exporting.buttons.contextButton.menuItems[1],// jpeg
|
||||
'downloadPNG','downloadPDF',
|
||||
Highcharts.getOptions().exporting.buttons.contextButton.menuItems[4],// excel
|
||||
Highcharts.getOptions().exporting.buttons.contextButton.menuItems[3],// cvs
|
||||
]
|
||||
}
|
||||
};
|
||||
return button;
|
||||
|
||||
Reference in New Issue
Block a user