2012-05-31 22:30:54 +02:00
|
|
|
%h3 Project Network Graph
|
2012-02-26 21:06:40 +01:00
|
|
|
%br
|
2012-05-31 22:30:54 +02:00
|
|
|
.graph_holder
|
|
|
|
%h4
|
|
|
|
%small You can move around the graph by using arrow keys.
|
|
|
|
#holder.graph
|
2011-11-13 12:58:45 +01:00
|
|
|
:javascript
|
|
|
|
var chunk1={commits:#{@commits_json}};
|
|
|
|
var days=#{@days_json};
|
|
|
|
initGraph();
|
|
|
|
$(function(){
|
|
|
|
branchGraph($("#holder")[0]);
|
2012-05-31 22:30:54 +02:00
|
|
|
initGraphNav();
|
2011-11-13 12:58:45 +01:00
|
|
|
});
|