This commit is contained in:
2
main.go
2
main.go
@@ -277,7 +277,7 @@ func AvgChart(f *excelize.File, worksheetName string, location string, avgCpuCol
|
|||||||
Font: excelize.Font{
|
Font: excelize.Font{
|
||||||
Color: "000000",
|
Color: "000000",
|
||||||
},
|
},
|
||||||
Maximum: *yMaxValue,
|
Maximum: &yMaxValue,
|
||||||
},
|
},
|
||||||
Dimension: excelize.ChartDimension{
|
Dimension: excelize.ChartDimension{
|
||||||
Height: 500,
|
Height: 500,
|
||||||
|
Reference in New Issue
Block a user