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 c95393a..fffdddd 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -623,7 +623,7 @@ type formatChartSeries struct {
Width float64 `json:"width"`
} `json:"line"`
Marker struct {
- Type string `json:"type"`
+ Symbol string `json:"symbol"`
Size int `json:"size"`
Width float64 `json:"width"`
Border struct {