Update README.md
This commit is contained in:
parent
65c3f62ac5
commit
c4e87b0ab7
1 changed files with 1 additions and 7 deletions
|
@ -61,12 +61,6 @@ The code to produce the above would be:
|
||||||
graph := chart.Chart{
|
graph := chart.Chart{
|
||||||
Width: 1024,
|
Width: 1024,
|
||||||
Height: 100,
|
Height: 100,
|
||||||
Axes: chart.Style{
|
|
||||||
Show: false,
|
|
||||||
},
|
|
||||||
FinalValueLabel: chart.Style{
|
|
||||||
Show: false,
|
|
||||||
},
|
|
||||||
Series: []chart.Series{
|
Series: []chart.Series{
|
||||||
chart.TimeSeries{
|
chart.TimeSeries{
|
||||||
XValues: xvalues,
|
XValues: xvalues,
|
||||||
|
|
Loading…
Reference in a new issue