|
|
@@ -85,8 +85,8 @@ def home(request):
|
|
85
|
85
|
}
|
|
86
|
86
|
reset.Seum={'v' : 0, 'f' : reset.counter.trigramme+" : "+reset.reason}
|
|
87
|
87
|
#Drawing the graph
|
|
88
|
|
- line_data = ModelDataSource(resets,fields=['timestamp','Seum'])
|
|
89
|
|
- line_chart = gchart.LineChart(line_data, options={
|
|
|
88
|
+ line_data = ModelDataSource(resets,fields=['timestamp','Seum'])
|
|
|
89
|
+ line_chart = gchart.LineChart(line_data, options={
|
|
90
|
90
|
'lineWidth' : 0,
|
|
91
|
91
|
'pointSize' : 10,
|
|
92
|
92
|
'title' : '',
|