diff options
author | longphee <88870324+longphee@users.noreply.github.com> | 2022-03-09 12:34:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 12:34:48 +0800 |
commit | 74b1a998d6018785878ac43b4a4bdcb906766a40 (patch) | |
tree | 61db43ffd8cf0580922a3fc7e77ed1a23d6d0776 /xmlChart.go | |
parent | 56aa6b82637b3210be470a8ebac1fdec2b2a6a30 (diff) |
This closes #1172, support set hole size for doughnut (#1173)
Diffstat (limited to 'xmlChart.go')
-rw-r--r-- | xmlChart.go | 2 |
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 } |