解决导出png pdf问题

This commit is contained in:
tanghao
2019-01-03 16:48:11 +08:00
parent a72d23536d
commit f6fe894e77
2 changed files with 42 additions and 6 deletions

View File

@@ -277,13 +277,9 @@ License: www.highcharts.com/license
downloadPNG: {
textKey: "downloadPNG",
onclick: function () {
console.log(this)
console.log(chart_main)
this.legend.itemStyle.color='#000000'
this.exportChartLocal()
this.legend.itemStyle.color='#ffffff'
console.log('ok')
console.log(this)
}
},
downloadJPEG: {