summaryrefslogtreecommitdiff
path: root/xmlChart.go
diff options
context:
space:
mode:
authorlongphee <88870324+longphee@users.noreply.github.com>2022-03-09 12:34:48 +0800
committerGitHub <noreply@github.com>2022-03-09 12:34:48 +0800
commit74b1a998d6018785878ac43b4a4bdcb906766a40 (patch)
tree61db43ffd8cf0580922a3fc7e77ed1a23d6d0776 /xmlChart.go
parent56aa6b82637b3210be470a8ebac1fdec2b2a6a30 (diff)
This closes #1172, support set hole size for doughnut (#1173)
Diffstat (limited to 'xmlChart.go')
-rw-r--r--xmlChart.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlChart.go b/xmlChart.go
index 2e1e958..45f1ce6 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -599,7 +599,7 @@ type formatChart struct {
ShowBlanksAs string `json:"show_blanks_as"`
ShowHiddenData bool `json:"show_hidden_data"`
SetRotation int `json:"set_rotation"`
- SetHoleSize int `json:"set_hole_size"`
+ HoleSize int `json:"hole_size"`
order int
}