fixing tests.

This commit is contained in:
Will Charczuk 2016-07-10 11:27:12 -07:00
parent f06f46a21e
commit 12a64410f6

View File

@ -15,9 +15,11 @@ func TestChartSingleSeries(t *testing.T) {
Title: "Hello!", Title: "Hello!",
Width: 1024, Width: 1024,
Height: 400, Height: 400,
YRange: Range{ YAxis: YAxis{
Min: 0.0, Range: Range{
Max: 4.0, Min: 0.0,
Max: 4.0,
},
}, },
Series: []Series{ Series: []Series{
TimeSeries{ TimeSeries{