summaryrefslogtreecommitdiff
path: root/bookpipeline/graph.go
diff options
context:
space:
mode:
Diffstat (limited to 'bookpipeline/graph.go')
-rw-r--r--bookpipeline/graph.go1
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},
},