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

+ 2 - 2
counter/views.py

85
                 }
85
                 }
86
             reset.Seum={'v' : 0, 'f' : reset.counter.trigramme+" : "+reset.reason}
86
             reset.Seum={'v' : 0, 'f' : reset.counter.trigramme+" : "+reset.reason}
87
             #Drawing the graph
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
             'lineWidth' : 0,
90
             'lineWidth' : 0,
91
             'pointSize' : 10,
91
             'pointSize' : 10,
92
             'title' : '',
92
             'title' : '',