summaryrefslogtreecommitdiff
path: root/xmlChart.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlChart.go')
-rw-r--r--xmlChart.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlChart.go b/xmlChart.go
index 69e119a..50d0b3e 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -606,8 +606,9 @@ type formatChartSeries struct {
Categories string `json:"categories"`
Values string `json:"values"`
Line struct {
- None bool `json:"none"`
- Color string `json:"color"`
+ None bool `json:"none"`
+ Color string `json:"color"`
+ Width float64 `json:"width"`
} `json:"line"`
Marker struct {
Type string `json:"type"`