修复jpg文件导出问题
This commit is contained in:
@@ -261,6 +261,9 @@
|
|||||||
allowHTML:true,
|
allowHTML:true,
|
||||||
filename:'Active-IP'+addDateName(),
|
filename:'Active-IP'+addDateName(),
|
||||||
chartOptions: {
|
chartOptions: {
|
||||||
|
chart:{
|
||||||
|
backgroundColor: 'rgba(255, 255, 255, 1)'
|
||||||
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
series: {
|
series: {
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
@@ -509,6 +512,9 @@
|
|||||||
filename:'App'+addDateName(),
|
filename:'App'+addDateName(),
|
||||||
buttons: exportingButton('#415262'),
|
buttons: exportingButton('#415262'),
|
||||||
chartOptions: {
|
chartOptions: {
|
||||||
|
chart:{
|
||||||
|
backgroundColor: 'rgba(255, 255, 255, 1)'
|
||||||
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
series: {
|
series: {
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
|
|||||||
Reference in New Issue
Block a user