From 06e54bf1c6658f7c78b43c5d1d37b0cc8e2d9e64 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Tue, 6 Mar 2018 10:36:12 +0800 Subject: Readme and godoc has been updated. --- chart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart.go') diff --git a/chart.go b/chart.go index a93b732..756ef61 100644 --- a/chart.go +++ b/chart.go @@ -229,7 +229,7 @@ func parseFormatChartSet(formatSet string) *formatChart { // } // xlsx.AddChart("Sheet1", "E1", `{"type":"col3DClustered","series":[{"name":"Sheet1!$A$2","categories":"Sheet1!$B$1:$D$1","values":"Sheet1!$B$2:$D$2"},{"name":"Sheet1!$A$3","categories":"Sheet1!$B$1:$D$1","values":"Sheet1!$B$3:$D$3"},{"name":"Sheet1!$A$4","categories":"Sheet1!$B$1:$D$1","values":"Sheet1!$B$4:$D$4"}],"format":{"x_scale":1.0,"y_scale":1.0,"x_offset":15,"y_offset":10,"print_obj":true,"lock_aspect_ratio":false,"locked":false},"legend":{"position":"bottom","show_legend_key":false},"title":{"name":"Fruit 3D Clustered Column Chart"},"plotarea":{"show_bubble_size":true,"show_cat_name":false,"show_leader_lines":false,"show_percent":true,"show_series_name":true,"show_val":true},"show_blanks_as":"zero"}`) // // Save xlsx file by the given path. -// err := xlsx.SaveAs("./Workbook.xlsx") +// err := xlsx.SaveAs("./Book1.xlsx") // if err != nil { // fmt.Println(err) // } -- cgit v1.2.1