103 lines
3 KiB
HTML
Executable file
103 lines
3 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>GitStats - MOTDs32</title>
|
|
<meta charset='utf-8'>
|
|
<link href='../../../assets/bootstrap/css/bootstrap.min.css' rel='stylesheet' type='text/css'>
|
|
<style>
|
|
body { padding-top: 60px; }
|
|
</style>
|
|
<link href='../../../assets/bootstrap/css/bootstrap-responsive.min.css' rel='stylesheet' type='text/css'>
|
|
<script src='../../../assets/jquery.min.js' type='text/javascript'></script>
|
|
<script src='../../../assets/bootstrap/js/bootstrap.min.js' type='text/javascript'></script>
|
|
<script src='../../../assets/highstock.js' type='text/javascript'></script>
|
|
</head>
|
|
<body>
|
|
<div class='navbar navbar-fixed-top'>
|
|
<div class='navbar-inner'>
|
|
<div class='container'>
|
|
<a class='btn btn-navbar' data-target='.nav-collapse' data-toggle='collapse'>
|
|
<span class='icon-bar'></span>
|
|
<span class='icon-bar'></span>
|
|
<span class='icon-bar'></span>
|
|
</a>
|
|
<a class='brand' href='../../../index.html'>GitStats - MOTDs32</a>
|
|
<div class='nav-collapse collapse'>
|
|
<ul class='nav'>
|
|
<li class=''>
|
|
<a href='../../../general.html'>General</a>
|
|
</li>
|
|
<li class='active'>
|
|
<a href='../../../activity/by_date.html'>Activity</a>
|
|
</li>
|
|
<li class='active'>
|
|
<a href='../../best_authors.html'>Authors</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='../../../files/by_date.html'>Files</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='../../../lines/by_date.html'>Lines</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='../../../comments/by_date.html'>Comments</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class='container'>
|
|
<div class='tabbable tabs-left'>
|
|
<ul class='nav nav-tabs'>
|
|
<li class=''>
|
|
<a href='by_date.html'>Activity by date</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='hour_of_day.html'>Hour of day</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='day_of_week.html'>Day of week</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='hour_of_week.html'>Hour of week</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='month_of_year.html'>Month of year</a>
|
|
</li>
|
|
<li class='active'>
|
|
<a href='year.html'>Year</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='year_month.html'>Year and month</a>
|
|
</li>
|
|
</ul>
|
|
<div class='tab-content'>
|
|
<div class='tab-pane active'>
|
|
<div class='page-header pagination-centered'>
|
|
<h1>Year</h1>
|
|
<h3>Erreur32 <erreur32@echosystem.fr></h3>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
(function() {
|
|
|
|
var onload = window.onload;
|
|
window.onload = function(){
|
|
if (typeof onload == "function") onload();
|
|
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2017 ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_year","type": "column" },"subtitle": { },"series": [{ "name": "Commits by year","data": [ 156 ] }] };
|
|
|
|
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
|
|
|
|
};
|
|
})()
|
|
</script>
|
|
|
|
<div id="charts.activity_by_year"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|