From c4e87b0ab7a867fb088e5284ecb0adeed2cfd87a Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Fri, 8 Jul 2016 00:17:34 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 06dc157..ae75762 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ graph := chart.Chart{ Width: 1024, Height: 400, Axes: chart.Style{ - Show: true, + Show: true, }, FinalValueLabel: chart.Style{ Show: true, @@ -61,12 +61,6 @@ The code to produce the above would be: graph := chart.Chart{ Width: 1024, Height: 100, - Axes: chart.Style{ - Show: false, - }, - FinalValueLabel: chart.Style{ - Show: false, - }, Series: []chart.Series{ chart.TimeSeries{ XValues: xvalues,