From fa7078f06c82ed30f9573caf3c4d24d49f45df5a Mon Sep 17 00:00:00 2001
From: xuri <xuri.me@gmail.com>
Date: Thu, 16 Jan 2020 01:05:22 +0800
Subject: Specified combo chart as variadic parameters

---
 xmlChart.go | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'xmlChart.go')

diff --git a/xmlChart.go b/xmlChart.go
index 9d6263f..5511469 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -593,11 +593,11 @@ type formatChart struct {
 		} `json:"fill"`
 		Layout formatLayout `json:"layout"`
 	} `json:"plotarea"`
-	ShowBlanksAs   string       `json:"show_blanks_as"`
-	ShowHiddenData bool         `json:"show_hidden_data"`
-	SetRotation    int          `json:"set_rotation"`
-	SetHoleSize    int          `json:"set_hole_size"`
-	Combo          *formatChart `json:"combo"`
+	ShowBlanksAs   string `json:"show_blanks_as"`
+	ShowHiddenData bool   `json:"show_hidden_data"`
+	SetRotation    int    `json:"set_rotation"`
+	SetHoleSize    int    `json:"set_hole_size"`
+	order          int
 }
 
 // formatChartLegend directly maps the format settings of the chart legend.
-- 
cgit v1.2.1