From 3ece904b0082f4d63afe0d795b61c860d0790c83 Mon Sep 17 00:00:00 2001 From: GaoFei Date: Sat, 15 Oct 2022 00:03:49 +0800 Subject: This closes #1369, support set, and get font color with theme and tint (#1370) --- xmlChart.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlChart.go') diff --git a/xmlChart.go b/xmlChart.go index 27a790e..2ebcdef 100644 --- a/xmlChart.go +++ b/xmlChart.go @@ -476,7 +476,7 @@ type cNumCache struct { PtCount *attrValInt `xml:"ptCount"` } -// cDLbls (Data Lables) directly maps the dLbls element. This element serves +// cDLbls (Data Labels) directly maps the dLbls element. This element serves // as a root element that specifies the settings for the data labels for an // entire series or the entire chart. It contains child elements that specify // the specific formatting and positioning settings. @@ -538,7 +538,7 @@ type chartAxisOptions struct { Maximum *float64 `json:"maximum"` Minimum *float64 `json:"minimum"` NumFormat string `json:"number_format"` - NumFont Font `json:"number_font"` + Font Font `json:"font"` LogBase float64 `json:"logbase"` NameLayout layoutOptions `json:"name_layout"` } -- cgit v1.2.1