From ec6db29175f1d94d1d0dc79714c4cb050b64a700 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 27 Sep 2019 17:04:40 +0100 Subject: One more update of graph.go to correspond to new go-chart, and improve usage for wipe --- bookpipeline/graph.go | 1 - 1 file changed, 1 deletion(-) (limited to 'bookpipeline') 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}, }, -- cgit v1.2.1-24-ge1ad