From 74b1a998d6018785878ac43b4a4bdcb906766a40 Mon Sep 17 00:00:00 2001 From: longphee <88870324+longphee@users.noreply.github.com> Date: Wed, 9 Mar 2022 12:34:48 +0800 Subject: This closes #1172, support set hole size for doughnut (#1173) --- xmlChart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlChart.go') 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 } -- cgit v1.2.1