diff options
author | Nick White <git@njw.name> | 2019-09-27 17:04:40 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-09-27 17:04:40 +0100 |
commit | ec6db29175f1d94d1d0dc79714c4cb050b64a700 (patch) | |
tree | fba9b2212546bb778a4833e11c380ac79597d50e /bookpipeline | |
parent | 627e5c89200e420b83b3c53c649ba9b9b49836b6 (diff) |
One more update of graph.go to correspond to new go-chart, and improve usage for wipe
Diffstat (limited to 'bookpipeline')
-rw-r--r-- | bookpipeline/graph.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bookpipeline/graph.go b/bookpipeline/graph.go index 874ac50..acd015e 100644 --- a/bookpipeline/graph.go +++ b/bookpipeline/graph.go @@ -111,7 +111,6 @@ func Graph(confs map[string]*Conf, bookname string, w io.Writer) error { } maxSeries := &chart.ContinuousSeries{ Style: chart.Style{ - Show: true, StrokeColor: chart.ColorAlternateGray, StrokeDashArray: []float64{5.0, 5.0}, }, |