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