Denis Merigoux лет назад: 9
Родитель
Сommit
53ecbeec2c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      counter/views.py

+ 2 - 2
counter/views.py

@@ -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' : '',