diff options
Diffstat (limited to 'xmlChart.go')
-rw-r--r-- | xmlChart.go | 1 |
1 files changed, 1 insertions, 0 deletions
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"` |