Merge branch 'master' of github.com:wcharczuk/go-chart

This commit is contained in:
Will Charczuk 2016-07-08 09:28:28 -07:00
commit 7f36c08fbf

View File

@ -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,