summaryrefslogtreecommitdiff
path: root/xmlChart.go
diff options
context:
space:
mode:
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
}