修复打印字体不显示问题以及格式化时间展示

This commit is contained in:
tanghao
2019-01-03 18:11:00 +08:00
parent 3c28bb7514
commit f7795f7172
10 changed files with 188 additions and 26 deletions

View File

@@ -285,9 +285,11 @@ License: www.highcharts.com/license
downloadJPEG: {
textKey: "downloadJPEG",
onclick: function () {
this.legend.itemStyle.color='#000000'
this.exportChartLocal({
type: "image/jpeg"
})
this.legend.itemStyle.color='#ffffff'
}
},
downloadSVG: {