Skip to content

Commit

Permalink
timeline working, need to fix up scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark authored and atruskie committed Oct 31, 2014
1 parent dfe53e6 commit e70ba1a
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 251 deletions.
2 changes: 1 addition & 1 deletion src/app/d3Bindings/calendarView/calendarView.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ angular.module("bawApp.d3.calendarView", ["bawApp.d3"])
});
},
controller: "bawCalendarViewController"
}
};
}])
.controller("bawCalendarViewController", ["$scope", "$element", "$attrs",
function ($scope, $element, $attrs) {
Expand Down
2 changes: 1 addition & 1 deletion src/app/d3Bindings/d3TestPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bawD3.controller('D3TestPageCtrl', ['$scope', 'conf.paths', '$http', function ($
}
},
"projection": {
"include": ["id", "recorded_date", "duration_seconds"]
"include": ["id", "recorded_date", "duration_seconds", "site_id"]
}//,
//"paging":{
// "page":2,
Expand Down
Loading

0 comments on commit e70ba1a

Please sign in to comment.