updated examples

This commit is contained in:
Tomasz Gieniusz 2013-02-05 16:14:06 +01:00
parent 5ffba14565
commit f644c0bf06
15400 changed files with 309783 additions and 74333 deletions

File diff suppressed because one or more lines are too long

View file

@ -89,23 +89,23 @@
</tr>
<tr>
<th>Commits</th>
<td>215</td>
<td>311</td>
<td>310</td>
<td>286</td>
<td>326</td>
<td>303</td>
<td>205</td>
<td>229</td>
<td>331</td>
<td>331</td>
<td>302</td>
<td>343</td>
<td>316</td>
<td>222</td>
</tr>
<tr>
<th>Percentage</th>
<td>11.0</td>
<td>15.9</td>
<td>15.8</td>
<td>16.0</td>
<td>16.0</td>
<td>14.6</td>
<td>16.7</td>
<td>15.5</td>
<td>10.5</td>
<td>16.5</td>
<td>15.2</td>
<td>10.7</td>
</tr>
</table>
<script type="text/javascript">
@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 215,311,310,286,326,303,205 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 229,331,331,302,343,316,222 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -106,56 +106,56 @@
</tr>
<tr>
<th>Commits</th>
<td>69</td>
<td>49</td>
<td>40</td>
<td>29</td>
<td>18</td>
<td>28</td>
<td>72</td>
<td>51</td>
<td>45</td>
<td>32</td>
<td>19</td>
<td>30</td>
<td>17</td>
<td>42</td>
<td>101</td>
<td>110</td>
<td>131</td>
<td>126</td>
<td>109</td>
<td>139</td>
<td>125</td>
<td>44</td>
<td>104</td>
<td>89</td>
<td>89</td>
<td>88</td>
<td>81</td>
<td>101</td>
<td>80</td>
<td>107</td>
<td>120</td>
<td>142</td>
<td>137</td>
<td>113</td>
<td>144</td>
<td>129</td>
<td>114</td>
<td>92</td>
<td>95</td>
<td>91</td>
<td>84</td>
<td>110</td>
<td>89</td>
<td>111</td>
<td>89</td>
</tr>
<tr>
<th>Percentage</th>
<td>3.5</td>
<td>2.5</td>
<td>2.0</td>
<td>2.2</td>
<td>1.5</td>
<td>0.9</td>
<td>1.4</td>
<td>0.9</td>
<td>0.8</td>
<td>2.1</td>
<td>5.2</td>
<td>5.6</td>
<td>6.7</td>
<td>6.4</td>
<td>5.6</td>
<td>7.1</td>
<td>6.4</td>
<td>5.3</td>
<td>4.6</td>
<td>4.6</td>
<td>4.5</td>
<td>4.1</td>
<td>5.2</td>
<td>4.1</td>
<td>5.0</td>
<td>5.8</td>
<td>6.8</td>
<td>6.6</td>
<td>5.4</td>
<td>6.9</td>
<td>6.2</td>
<td>5.5</td>
<td>4.4</td>
<td>4.6</td>
<td>4.4</td>
<td>4.1</td>
<td>5.3</td>
<td>4.3</td>
<td>5.4</td>
<td>4.3</td>
</tr>
</table>
@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 69,49,40,29,18,28,17,42,101,110,131,126,109,139,125,104,89,89,88,81,101,80,107,84 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 72,51,45,32,19,30,17,44,104,120,142,137,113,144,129,114,92,95,91,84,110,89,111,89 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -106,192 +106,192 @@
</tr>
<tr>
<th>Sun</th>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #f2f2f2;'>4</td>
<td style='background-color: #dedede;'>10</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #f2f2f2;'>4</td>
<td style='background-color: #f5f5f5;'>3</td>
<td style='background-color: #eaeaea;'>7</td>
<td style='background-color: #f0f0f0;'>5</td>
<td style='background-color: #dddddd;'>11</td>
<td style='background-color: #eaeaea;'>7</td>
<td style='background-color: #f3f3f3;'>4</td>
<td style='background-color: #f6f6f6;'>3</td>
<td style='background-color: #fcfcfc;'>1</td>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #f5f5f5;'>3</td>
<td style='background-color: #dedede;'>10</td>
<td style='background-color: #d7d7d7;'>12</td>
<td style='background-color: #cdcdcd;'>15</td>
<td style='background-color: #c7c7c7;'>17</td>
<td style='background-color: #c0c0c0;'>19</td>
<td style='background-color: #d7d7d7;'>12</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #e5e5e5;'>8</td>
<td style='background-color: #e5e5e5;'>8</td>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #c3c3c3;'>18</td>
<td style='background-color: #d7d7d7;'>12</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #cdcdcd;'>15</td>
<td style='background-color: #dbdbdb;'>11</td>
<td style='background-color: #f0f0f0;'>5</td>
<td style='background-color: #f6f6f6;'>3</td>
<td style='background-color: #dddddd;'>11</td>
<td style='background-color: #dadada;'>12</td>
<td style='background-color: #cdcdcd;'>16</td>
<td style='background-color: #c7c7c7;'>18</td>
<td style='background-color: #c4c4c4;'>19</td>
<td style='background-color: #dadada;'>12</td>
<td style='background-color: #e6e6e6;'>8</td>
<td style='background-color: #e6e6e6;'>8</td>
<td style='background-color: #e6e6e6;'>8</td>
<td style='background-color: #f0f0f0;'>5</td>
<td style='background-color: #c7c7c7;'>18</td>
<td style='background-color: #dadada;'>12</td>
<td style='background-color: #eaeaea;'>7</td>
<td style='background-color: #cdcdcd;'>16</td>
<td style='background-color: #d7d7d7;'>13</td>
</tr>
<tr>
<th>Mon</th>
<td style='background-color: #dedede;'>10</td>
<td style='background-color: #e0e0e0;'>10</td>
<td style='background-color: #fcfcfc;'>1</td>
<td style='background-color: #f9f9f9;'>2</td>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #f0f0f0;'>5</td>
<td style='background-color: #f9f9f9;'>2</td>
<td style='background-color: #f9f9f9;'>2</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #b9b9b9;'>21</td>
<td style='background-color: #b3b3b3;'>23</td>
<td style='background-color: #cacaca;'>16</td>
<td style='background-color: #dbdbdb;'>11</td>
<td style='background-color: #c0c0c0;'>19</td>
<td style='background-color: #b9b9b9;'>21</td>
<td style='background-color: #cdcdcd;'>15</td>
<td style='background-color: #d4d4d4;'>13</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #b6b6b6;'>22</td>
<td style='background-color: #dbdbdb;'>11</td>
<td style='background-color: #b3b3b3;'>23</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #b6b6b6;'>22</td>
<td style='background-color: #bdbdbd;'>20</td>
<td style='background-color: #f6f6f6;'>3</td>
<td style='background-color: #ededed;'>6</td>
<td style='background-color: #e3e3e3;'>9</td>
<td style='background-color: #e3e3e3;'>9</td>
<td style='background-color: #b4b4b4;'>24</td>
<td style='background-color: #b4b4b4;'>24</td>
<td style='background-color: #cdcdcd;'>16</td>
<td style='background-color: #dddddd;'>11</td>
<td style='background-color: #b8b8b8;'>23</td>
<td style='background-color: #bbbbbb;'>22</td>
<td style='background-color: #c7c7c7;'>18</td>
<td style='background-color: #d7d7d7;'>13</td>
<td style='background-color: #d1d1d1;'>15</td>
<td style='background-color: #b8b8b8;'>23</td>
<td style='background-color: #dddddd;'>11</td>
<td style='background-color: #aeaeae;'>26</td>
<td style='background-color: #d1d1d1;'>15</td>
<td style='background-color: #bbbbbb;'>22</td>
<td style='background-color: #bebebe;'>21</td>
</tr>
<tr>
<th>Tue</th>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #c7c7c7;'>17</td>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #f5f5f5;'>3</td>
<td style='background-color: #d1d1d1;'>15</td>
<td style='background-color: #cacaca;'>17</td>
<td style='background-color: #f0f0f0;'>5</td>
<td style='background-color: #f6f6f6;'>3</td>
<td style='background-color: #f9f9f9;'>2</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #f5f5f5;'>3</td>
<td style='background-color: #ededed;'>6</td>
<td style='background-color: #f6f6f6;'>3</td>
<td style='background-color: #f9f9f9;'>2</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #e8e8e8;'>7</td>
<td style='background-color: #bdbdbd;'>20</td>
<td style='background-color: #c0c0c0;'>19</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #9b9b9b;'>30</td>
<td style='background-color: #bdbdbd;'>20</td>
<td style='background-color: #b6b6b6;'>22</td>
<td style='background-color: #d7d7d7;'>12</td>
<td style='background-color: #c7c7c7;'>17</td>
<td style='background-color: #c7c7c7;'>17</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #c3c3c3;'>18</td>
<td style='background-color: #cacaca;'>16</td>
<td style='background-color: #c7c7c7;'>17</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #e6e6e6;'>8</td>
<td style='background-color: #bbbbbb;'>22</td>
<td style='background-color: #c4c4c4;'>19</td>
<td style='background-color: #d1d1d1;'>15</td>
<td style='background-color: #9f9f9f;'>31</td>
<td style='background-color: #c1c1c1;'>20</td>
<td style='background-color: #b8b8b8;'>23</td>
<td style='background-color: #dadada;'>12</td>
<td style='background-color: #bebebe;'>21</td>
<td style='background-color: #cacaca;'>17</td>
<td style='background-color: #eaeaea;'>7</td>
<td style='background-color: #dadada;'>12</td>
<td style='background-color: #bebebe;'>21</td>
<td style='background-color: #cacaca;'>17</td>
<td style='background-color: #c4c4c4;'>19</td>
</tr>
<tr>
<th>Wed</th>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #e8e8e8;'>7</td>
<td style='background-color: #dedede;'>10</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #eaeaea;'>7</td>
<td style='background-color: #dddddd;'>11</td>
<td style='background-color: #fcfcfc;'>1</td>
<td style='background-color: #fcfcfc;'>1</td>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #f0f0f0;'>5</td>
<td style='background-color: #f9f9f9;'>2</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #d4d4d4;'>13</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #bdbdbd;'>20</td>
<td style='background-color: #cdcdcd;'>15</td>
<td style='background-color: #afafaf;'>24</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #b3b3b3;'>23</td>
<td style='background-color: #d4d4d4;'>13</td>
<td style='background-color: #b6b6b6;'>22</td>
<td style='background-color: #bdbdbd;'>20</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #e5e5e5;'>8</td>
<td style='background-color: #dbdbdb;'>11</td>
<td style='background-color: #d4d4d4;'>13</td>
<td style='background-color: #cdcdcd;'>15</td>
<td style='background-color: #eaeaea;'>7</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #eaeaea;'>7</td>
<td style='background-color: #b1b1b1;'>25</td>
<td style='background-color: #c4c4c4;'>19</td>
<td style='background-color: #b1b1b1;'>25</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #b4b4b4;'>24</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #bbbbbb;'>22</td>
<td style='background-color: #c1c1c1;'>20</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #e3e3e3;'>9</td>
<td style='background-color: #e6e6e6;'>8</td>
<td style='background-color: #dddddd;'>11</td>
<td style='background-color: #d7d7d7;'>13</td>
<td style='background-color: #d1d1d1;'>15</td>
</tr>
<tr>
<th>Thu</th>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #f5f5f5;'>3</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #e3e3e3;'>9</td>
<td style='background-color: #f0f0f0;'>5</td>
<td style='background-color: #f0f0f0;'>5</td>
<td style='background-color: #ededed;'>6</td>
<td style='background-color: #f3f3f3;'>4</td>
<td style='background-color: #ededed;'>6</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #e8e8e8;'>7</td>
<td style='background-color: #9f9f9f;'>29</td>
<td style='background-color: #9f9f9f;'>29</td>
<td style='background-color: #dedede;'>10</td>
<td style='background-color: #b9b9b9;'>21</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #b9b9b9;'>21</td>
<td style='background-color: #cdcdcd;'>15</td>
<td style='background-color: #b6b6b6;'>22</td>
<td style='background-color: #cacaca;'>16</td>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #c3c3c3;'>18</td>
<td style='background-color: #c7c7c7;'>17</td>
<td style='background-color: #cdcdcd;'>15</td>
<td style='background-color: #bdbdbd;'>20</td>
<td style='background-color: #bdbdbd;'>20</td>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #eaeaea;'>7</td>
<td style='background-color: #9f9f9f;'>31</td>
<td style='background-color: #9b9b9b;'>32</td>
<td style='background-color: #dadada;'>12</td>
<td style='background-color: #bbbbbb;'>22</td>
<td style='background-color: #d1d1d1;'>15</td>
<td style='background-color: #bebebe;'>21</td>
<td style='background-color: #d1d1d1;'>15</td>
<td style='background-color: #b8b8b8;'>23</td>
<td style='background-color: #c4c4c4;'>19</td>
<td style='background-color: #e0e0e0;'>10</td>
<td style='background-color: #c7c7c7;'>18</td>
<td style='background-color: #cacaca;'>17</td>
<td style='background-color: #d1d1d1;'>15</td>
<td style='background-color: #c1c1c1;'>20</td>
<td style='background-color: #bbbbbb;'>22</td>
<td style='background-color: #e3e3e3;'>9</td>
</tr>
<tr>
<th>Fri</th>
<td style='background-color: #d4d4d4;'>13</td>
<td style='background-color: #d7d7d7;'>12</td>
<td style='background-color: #e5e5e5;'>8</td>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #d7d7d7;'>13</td>
<td style='background-color: #dadada;'>12</td>
<td style='background-color: #dddddd;'>11</td>
<td style='background-color: #ededed;'>6</td>
<td style='background-color: #f9f9f9;'>2</td>
<td style='background-color: #f5f5f5;'>3</td>
<td style='background-color: #f2f2f2;'>4</td>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #c0c0c0;'>19</td>
<td style='background-color: #a2a2a2;'>28</td>
<td style='background-color: #9f9f9f;'>29</td>
<td style='background-color: #c0c0c0;'>19</td>
<td style='background-color: #cdcdcd;'>15</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #c3c3c3;'>18</td>
<td style='background-color: #d4d4d4;'>13</td>
<td style='background-color: #e8e8e8;'>7</td>
<td style='background-color: #c0c0c0;'>19</td>
<td style='background-color: #dedede;'>10</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #c7c7c7;'>17</td>
<td style='background-color: #efefef;'>5</td>
<td style='background-color: #d7d7d7;'>12</td>
<td style='background-color: #e5e5e5;'>8</td>
<td style='background-color: #f3f3f3;'>4</td>
<td style='background-color: #f3f3f3;'>4</td>
<td style='background-color: #e0e0e0;'>10</td>
<td style='background-color: #c4c4c4;'>19</td>
<td style='background-color: #a5a5a5;'>29</td>
<td style='background-color: #a5a5a5;'>29</td>
<td style='background-color: #c1c1c1;'>20</td>
<td style='background-color: #d1d1d1;'>15</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #c4c4c4;'>19</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #eaeaea;'>7</td>
<td style='background-color: #c4c4c4;'>19</td>
<td style='background-color: #dddddd;'>11</td>
<td style='background-color: #cdcdcd;'>16</td>
<td style='background-color: #cacaca;'>17</td>
<td style='background-color: #f0f0f0;'>5</td>
<td style='background-color: #dadada;'>12</td>
<td style='background-color: #e6e6e6;'>8</td>
</tr>
<tr>
<th>Sat</th>
<td style='background-color: #f2f2f2;'>4</td>
<td style='background-color: #f5f5f5;'>3</td>
<td style='background-color: #f3f3f3;'>4</td>
<td style='background-color: #f3f3f3;'>4</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #f5f5f5;'>3</td>
<td style='background-color: #f2f2f2;'>4</td>
<td style='background-color: #f5f5f5;'>3</td>
<td style='background-color: #f3f3f3;'>4</td>
<td style='background-color: #f3f3f3;'>4</td>
<td style='background-color: #f6f6f6;'>3</td>
<td style='background-color: #fcfcfc;'>1</td>
<td style='background-color: #f2f2f2;'>4</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #c7c7c7;'>17</td>
<td style='background-color: #b9b9b9;'>21</td>
<td style='background-color: #d1d1d1;'>14</td>
<td style='background-color: #b6b6b6;'>22</td>
<td style='background-color: #cacaca;'>16</td>
<td style='background-color: #d4d4d4;'>13</td>
<td style='background-color: #dbdbdb;'>11</td>
<td style='background-color: #f3f3f3;'>4</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #e3e3e3;'>9</td>
<td style='background-color: #c7c7c7;'>18</td>
<td style='background-color: #b1b1b1;'>25</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #bbbbbb;'>22</td>
<td style='background-color: #cacaca;'>17</td>
<td style='background-color: #d4d4d4;'>14</td>
<td style='background-color: #dddddd;'>11</td>
<td style='background-color: #f9f9f9;'>2</td>
<td style='background-color: #f9f9f9;'>2</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #c7c7c7;'>17</td>
<td style='background-color: #ebebeb;'>6</td>
<td style='background-color: #e1e1e1;'>9</td>
<td style='background-color: #f2f2f2;'>4</td>
<td style='background-color: #f6f6f6;'>3</td>
<td style='background-color: #ededed;'>6</td>
<td style='background-color: #c1c1c1;'>20</td>
<td style='background-color: #e0e0e0;'>10</td>
<td style='background-color: #e3e3e3;'>9</td>
<td style='background-color: #f3f3f3;'>4</td>
</tr>
</table>
</div>

View file

@ -94,8 +94,8 @@
</tr>
<tr>
<th>Commits</th>
<td>156</td>
<td>195</td>
<td>205</td>
<td>197</td>
<td>173</td>
<td>163</td>
<td>127</td>
@ -103,24 +103,24 @@
<td>142</td>
<td>113</td>
<td>112</td>
<td>230</td>
<td>217</td>
<td>128</td>
<td>244</td>
<td>251</td>
<td>147</td>
</tr>
<tr>
<th>Percentage</th>
<td>8.0</td>
<td>10.0</td>
<td>8.8</td>
<td>9.9</td>
<td>9.5</td>
<td>8.3</td>
<td>6.5</td>
<td>10.2</td>
<td>7.3</td>
<td>5.8</td>
<td>5.7</td>
<td>7.9</td>
<td>6.1</td>
<td>9.6</td>
<td>6.8</td>
<td>5.4</td>
<td>5.4</td>
<td>11.8</td>
<td>11.1</td>
<td>6.5</td>
<td>12.1</td>
<td>7.1</td>
</tr>
</table>
<script type="text/javascript">
@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 156,195,173,163,127,200,142,113,112,230,217,128 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 205,197,173,163,127,200,142,113,112,244,251,147 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2009,2010,2011,2012 ] },"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": [ 329,654,544,429 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2009,2010,2011,2012,2013 ] },"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": [ 329,654,544,496,51 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -148,7 +148,22 @@
<td>31</td>
<td>16</td>
<td>7</td>
<td>5</td>
<td>19</td>
<td>34</td>
<td>19</td>
</tr>
<tr>
<th>2013</th>
<td>49</td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1311702120000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1311702120000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2011 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2011 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1330115639000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1330115639000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,0,0,1,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,0,0,1,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,1,0,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,1,0,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1349877695000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1349877695000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,1,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,1,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,0,0,0,0,0,1,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,0,0,0,0,0,1,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1337069222000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1337069222000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,1,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,1,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1312275946000,1 ],[ 1336812589000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1312275946000,1 ],[ 1336812589000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,1,0,0,1,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,1,0,0,1,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2011,2012 ] },"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": [ 1,1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2011,2012 ] },"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": [ 1,1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1335538267000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1335538267000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,0,0,1,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,0,0,1,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -0,0 +1,96 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</ul>
</div>
</div>
</div>
</div>
<div class='container'>
<div class='tabbable tabs-left'>
<ul class='nav nav-tabs'>
<li class='active'>
<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=''>
<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>Activity by date</h1>
<h3>Alan Larkin &lt;alan.larkin@gmail.com&gt;</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": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1357410035000,1 ],[ 1357444226000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()
</script>
<div id="charts.activity_by_date"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,128 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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='active'>
<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=''>
<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>Day of week</h1>
<h3>Alan Larkin &lt;alan.larkin@gmail.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th>Day</th>
<th>Sun</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
</tr>
<tr>
<th>Commits</th>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>1</td>
</tr>
<tr>
<th>Percentage</th>
<td>50.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>50.0</td>
</tr>
</table>
<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": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 1,0,0,0,0,0,1 ] }] };
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()
</script>
<div id="charts.activity_by_wday"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,179 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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='active'>
<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=''>
<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>Hour of day</h1>
<h3>Alan Larkin &lt;alan.larkin@gmail.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th>Hour</th>
<th>0</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>12</th>
<th>13</th>
<th>14</th>
<th>15</th>
<th>16</th>
<th>17</th>
<th>18</th>
<th>19</th>
<th>20</th>
<th>21</th>
<th>22</th>
<th>23</th>
</tr>
<tr>
<th>Commits</th>
<td>0</td>
<td>0</td>
<td>0</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th>Percentage</th>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>50.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>50.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
</tr>
</table>
<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": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()
</script>
<div id="charts.activity_by_hour"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,301 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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='active'>
<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=''>
<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>Hour of week</h1>
<h3>Alan Larkin &lt;alan.larkin@gmail.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th></th>
<th>0</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>12</th>
<th>13</th>
<th>14</th>
<th>15</th>
<th>16</th>
<th>17</th>
<th>18</th>
<th>19</th>
<th>20</th>
<th>21</th>
<th>22</th>
<th>23</th>
</tr>
<tr>
<th>Sun</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #9b9b9b;'>1</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Mon</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Tue</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Wed</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Thu</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Fri</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Sat</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #9b9b9b;'>1</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,143 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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='active'>
<a href='month_of_year.html'>Month of year</a>
</li>
<li class=''>
<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>Month of year</h1>
<h3>Alan Larkin &lt;alan.larkin@gmail.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th>Month</th>
<th>Jan</th>
<th>Feb</th>
<th>Mar</th>
<th>Apr</th>
<th>May</th>
<th>Jun</th>
<th>Jul</th>
<th>Aug</th>
<th>Sep</th>
<th>Oct</th>
<th>Nov</th>
<th>Dec</th>
</tr>
<tr>
<th>Commits</th>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th>Percentage</th>
<td>100.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
</tr>
</table>
<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": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 2,0,0,0,0,0,0,0,0,0,0,0 ] }] };
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()
</script>
<div id="charts.activity_by_month"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,96 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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>Alan Larkin &lt;alan.larkin@gmail.com&gt;</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": [ 2013 ] },"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": [ 2 ] }] };
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()
</script>
<div id="charts.activity_by_year"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,115 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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=''>
<a href='year.html'>Year</a>
</li>
<li class='active'>
<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 and month</h1>
<h3>Alan Larkin &lt;alan.larkin@gmail.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th></th>
<th>Jan</th>
<th>Feb</th>
<th>Mar</th>
<th>Apr</th>
<th>May</th>
<th>Jun</th>
<th>Jul</th>
<th>Aug</th>
<th>Sep</th>
<th>Oct</th>
<th>Nov</th>
<th>Dec</th>
</tr>
<tr>
<th>2013</th>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1303380621000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1303380621000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,0,1,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,0,1,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2011 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2011 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1274734974000,1 ],[ 1298018718000,1 ],[ 1312968880000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1274734974000,1 ],[ 1298018718000,1 ],[ 1312968880000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,1,0,1,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,1,0,1,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,1,0,0,1,0,0,1,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,1,0,0,1,0,0,1,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010,2011 ] },"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": [ 1,2 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010,2011 ] },"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": [ 1,2 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -0,0 +1,96 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</ul>
</div>
</div>
</div>
</div>
<div class='container'>
<div class='tabbable tabs-left'>
<ul class='nav nav-tabs'>
<li class='active'>
<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=''>
<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>Activity by date</h1>
<h3>Anatoliy Kukul &lt;akukul@softserveinc.com&gt;</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": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1353325254000,1 ],[ 1353326299000,1 ],[ 1353339502000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()
</script>
<div id="charts.activity_by_date"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,128 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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='active'>
<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=''>
<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>Day of week</h1>
<h3>Anatoliy Kukul &lt;akukul@softserveinc.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th>Day</th>
<th>Sun</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
</tr>
<tr>
<th>Commits</th>
<td>0</td>
<td>3</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th>Percentage</th>
<td>0.0</td>
<td>100.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
</tr>
</table>
<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": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,3,0,0,0,0,0 ] }] };
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()
</script>
<div id="charts.activity_by_wday"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,179 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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='active'>
<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=''>
<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>Hour of day</h1>
<h3>Anatoliy Kukul &lt;akukul@softserveinc.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th>Hour</th>
<th>0</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>12</th>
<th>13</th>
<th>14</th>
<th>15</th>
<th>16</th>
<th>17</th>
<th>18</th>
<th>19</th>
<th>20</th>
<th>21</th>
<th>22</th>
<th>23</th>
</tr>
<tr>
<th>Commits</th>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th>Percentage</th>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>66.7</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>33.3</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
</tr>
</table>
<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": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0 ] }] };
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()
</script>
<div id="charts.activity_by_hour"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,301 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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='active'>
<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=''>
<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>Hour of week</h1>
<h3>Anatoliy Kukul &lt;akukul@softserveinc.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th></th>
<th>0</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>12</th>
<th>13</th>
<th>14</th>
<th>15</th>
<th>16</th>
<th>17</th>
<th>18</th>
<th>19</th>
<th>20</th>
<th>21</th>
<th>22</th>
<th>23</th>
</tr>
<tr>
<th>Sun</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Mon</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #9b9b9b;'>2</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #cdcdcd;'>1</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Tue</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Wed</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Thu</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Fri</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
<tr>
<th>Sat</th>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
<td style='background-color: #ffffff;'>0</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,143 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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='active'>
<a href='month_of_year.html'>Month of year</a>
</li>
<li class=''>
<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>Month of year</h1>
<h3>Anatoliy Kukul &lt;akukul@softserveinc.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th>Month</th>
<th>Jan</th>
<th>Feb</th>
<th>Mar</th>
<th>Apr</th>
<th>May</th>
<th>Jun</th>
<th>Jul</th>
<th>Aug</th>
<th>Sep</th>
<th>Oct</th>
<th>Nov</th>
<th>Dec</th>
</tr>
<tr>
<th>Commits</th>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>3</td>
<td>0</td>
</tr>
<tr>
<th>Percentage</th>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>0.0</td>
<td>100.0</td>
<td>0.0</td>
</tr>
</table>
<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": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,0,0,0,0,0,0,3,0 ] }] };
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()
</script>
<div id="charts.activity_by_month"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,96 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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>Anatoliy Kukul &lt;akukul@softserveinc.com&gt;</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": [ 2012 ] },"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": [ 3 ] }] };
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()
</script>
<div id="charts.activity_by_year"></div>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,115 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GitStats - devise</title>
<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 - devise</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>
</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=''>
<a href='year.html'>Year</a>
</li>
<li class='active'>
<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 and month</h1>
<h3>Anatoliy Kukul &lt;akukul@softserveinc.com&gt;</h3>
</div>
</div>
<table class='table table-bordered table-condensed'>
<tr>
<th></th>
<th>Jan</th>
<th>Feb</th>
<th>Mar</th>
<th>Apr</th>
<th>May</th>
<th>Jun</th>
<th>Jul</th>
<th>Aug</th>
<th>Sep</th>
<th>Oct</th>
<th>Nov</th>
<th>Dec</th>
</tr>
<tr>
<th>2012</th>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>3</td>
<td>0</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1303019274000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1303019274000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 1,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 1,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2011 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2011 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1270517927000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1270517927000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1343224060000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1343224060000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,1,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,1,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1269142658000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1269142658000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 1,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 1,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,1,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,1,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1267006371000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1267006371000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,1,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,1,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,1,0,0,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,1,0,0,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1290111882000,1 ],[ 1290113880000,1 ],[ 1290115703000,1 ],[ 1290119393000,1 ],[ 1290264841000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1290111882000,1 ],[ 1290113880000,1 ],[ 1290115703000,1 ],[ 1290119393000,1 ],[ 1290264841000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,0,4,0,1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,0,0,4,0,1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,1,1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,1,1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,0,0,0,0,0,0,5,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,0,0,0,0,0,0,5,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010 ] },"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": [ 5 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2010 ] },"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": [ 5 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1338323074000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1338323074000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,0,1,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,1,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,0,1,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Year" },"categories": [ 2012 ] },"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": [ 1 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
};
})()

View file

@ -81,10 +81,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1334586436000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_date" },"subtitle": { },"series": [{ "name": "Commits by date","type": "column","data": [ [ 1334586436000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
chart = new Highcharts.StockChart(options);
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
};
})()

View file

@ -113,10 +113,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,1,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Day" },"categories": [ "Sun","Mon","Tue","Wed","Thu","Fri","Sat" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_wday","type": "column" },"subtitle": { },"series": [{ "name": "Commits by day of week","data": [ 0,1,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
};
})()

View file

@ -164,10 +164,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_hour","type": "column" },"subtitle": { },"series": [{ "name": "Commits by hour","data": [ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
};
})()

View file

@ -128,10 +128,9 @@
var onload = window.onload;
window.onload = function(){
if (typeof onload == "function") onload();
var options, chart;
options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Month" },"categories": [ "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" ] },"yAxis": { "title": { "text": "Commits" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.activity_by_month","type": "column" },"subtitle": { },"series": [{ "name": "Commits by month","data": [ 0,0,0,1,0,0,0,0,0,0,0,0 ] }] };
chart = new Highcharts.Chart(options);
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
};
})()

Some files were not shown because too many files have changed in this diff Show more