From 9ee57fdb388e6e0a50dd8c945c27f051205fa23d Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Mon, 23 Apr 2018 00:14:58 +0800 Subject: Fix typo and adding Chinese version document. --- shape.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shape.go') diff --git a/shape.go b/shape.go index f93cce9..1c9039b 100644 --- a/shape.go +++ b/shape.go @@ -34,7 +34,7 @@ func parseFormatShapeSet(formatSet string) *formatShape { // // xlsx.AddShape("Sheet1", "G6", `{"type":"rect","color":{"line":"#4286F4","fill":"#8eb9ff"},"paragraph":[{"text":"Rectangle Shape","font":{"bold":true,"italic":true,"family":"Berlin Sans FB Demi","size":36,"color":"#777777","underline":"sng"}}],"width":180,"height": 90}`) // -// The following shows the type of chart supported by excelize: +// The following shows the type of shape supported by excelize: // // accentBorderCallout1 (Callout 1 with Border and Accent Shape) // accentBorderCallout2 (Callout 2 with Border and Accent Shape) -- cgit v1.2.1