fixing tests.
This commit is contained in:
parent
f06f46a21e
commit
12a64410f6
1 changed files with 5 additions and 3 deletions
|
@ -15,10 +15,12 @@ func TestChartSingleSeries(t *testing.T) {
|
||||||
Title: "Hello!",
|
Title: "Hello!",
|
||||||
Width: 1024,
|
Width: 1024,
|
||||||
Height: 400,
|
Height: 400,
|
||||||
YRange: Range{
|
YAxis: YAxis{
|
||||||
|
Range: Range{
|
||||||
Min: 0.0,
|
Min: 0.0,
|
||||||
Max: 4.0,
|
Max: 4.0,
|
||||||
},
|
},
|
||||||
|
},
|
||||||
Series: []Series{
|
Series: []Series{
|
||||||
TimeSeries{
|
TimeSeries{
|
||||||
Name: "goog",
|
Name: "goog",
|
||||||
|
|
Loading…
Reference in a new issue