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 8d24552..03b47a1 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -604,7 +604,7 @@ type formatChart struct {
type formatChartLegend struct {
None bool `json:"none"`
DeleteSeries []int `json:"delete_series"`
- Font formatFont `json:"font"`
+ Font Font `json:"font"`
Layout formatLayout `json:"layout"`
Position string `json:"position"`
ShowLegendEntry bool `json:"show_legend_entry"`