templates/project/widgets/graph/graph.coffee in dashing-1.3.4 vs templates/project/widgets/graph/graph.coffee in dashing-1.3.6

- old
+ new

@@ -20,9 +20,10 @@ { color: "#fff", data: [{x:0, y:0}] } ] + padding: {top: 0.02, left: 0.02, right: 0.02, bottom: 0.02} ) @graph.series[0].data = @get('points') if @get('points') x_axis = new Rickshaw.Graph.Axis.Time(graph: @graph)