From faa50c3326f05833e560653f368b80cb2cf0fac0 Mon Sep 17 00:00:00 2001 From: si9ma Date: Thu, 27 May 2021 13:30:48 +0800 Subject: feat: add disable option for chart xAxis and yAxis --- xmlChart.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlChart.go') diff --git a/xmlChart.go b/xmlChart.go index 85a2c5c..a838f51 100644 --- a/xmlChart.go +++ b/xmlChart.go @@ -520,6 +520,7 @@ type cPageMargins struct { // formatChartAxis directly maps the format settings of the chart axis. type formatChartAxis struct { + None bool `json:"none"` Crossing string `json:"crossing"` MajorGridlines bool `json:"major_grid_lines"` MinorGridlines bool `json:"minor_grid_lines"` -- cgit v1.2.1