diff options
| -rw-r--r-- | bookpipeline/graph.go | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bookpipeline/graph.go b/bookpipeline/graph.go index 541f04f..42927b8 100644 --- a/bookpipeline/graph.go +++ b/bookpipeline/graph.go @@ -35,8 +35,8 @@ func createLine(xvalues []float64, y float64, c drawing.Color) chart.ContinuousS  		XValues: xvalues,  		YValues: yvalues,  		Style: chart.Style{ -			Show:            true, -			StrokeColor:     c, +			Show:        true, +			StrokeColor: c,  		},  	}  } | 
