[whitespace,view/graph][xs]: fix up whitespace in view.graph.js.

This commit is contained in:
Rufus Pollock
2012-09-09 14:43:48 +01:00
parent f823459561
commit c879ca6df9

View File

@@ -118,6 +118,7 @@ my.Graph = Backbone.View.extend({
return getFormattedX(x); return getFormattedX(x);
}; };
// infoboxes on mouse hover on points/bars etc
var trackFormatter = function (obj) { var trackFormatter = function (obj) {
var x = obj.x; var x = obj.x;
var y = obj.y; var y = obj.y;