Merge branch 'master' of github.com:wcharczuk/go-chart
This commit is contained in:
commit
7f36c08fbf
1 changed files with 1 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue