mirror of
https://github.com/tomgi/git_stats.git
synced 2025-01-12 06:51:53 +01:00
updated examples
This commit is contained in:
parent
86a3455e6f
commit
91a30f66d1
15368 changed files with 719086 additions and 188252 deletions
File diff suppressed because one or more lines are too long
|
@ -88,23 +88,23 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th>Commits</th>
|
||||
<td>229</td>
|
||||
<td>331</td>
|
||||
<td>331</td>
|
||||
<td>302</td>
|
||||
<td>343</td>
|
||||
<td>316</td>
|
||||
<td>222</td>
|
||||
<td>253</td>
|
||||
<td>370</td>
|
||||
<td>373</td>
|
||||
<td>332</td>
|
||||
<td>369</td>
|
||||
<td>361</td>
|
||||
<td>250</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Percentage</th>
|
||||
<td>11.0</td>
|
||||
<td>16.0</td>
|
||||
<td>16.2</td>
|
||||
<td>14.4</td>
|
||||
<td>16.0</td>
|
||||
<td>14.6</td>
|
||||
<td>16.5</td>
|
||||
<td>15.2</td>
|
||||
<td>10.7</td>
|
||||
<td>15.6</td>
|
||||
<td>10.8</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
|
@ -112,7 +112,7 @@
|
|||
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": [ 229,331,331,302,343,316,222 ] }] };
|
||||
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": [ 253,370,373,332,369,361,250 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -105,57 +105,57 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th>Commits</th>
|
||||
<td>72</td>
|
||||
<td>51</td>
|
||||
<td>45</td>
|
||||
<td>32</td>
|
||||
<td>19</td>
|
||||
<td>77</td>
|
||||
<td>55</td>
|
||||
<td>46</td>
|
||||
<td>33</td>
|
||||
<td>22</td>
|
||||
<td>30</td>
|
||||
<td>17</td>
|
||||
<td>44</td>
|
||||
<td>104</td>
|
||||
<td>120</td>
|
||||
<td>142</td>
|
||||
<td>137</td>
|
||||
<td>113</td>
|
||||
<td>144</td>
|
||||
<td>129</td>
|
||||
<td>21</td>
|
||||
<td>49</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>
|
||||
<td>135</td>
|
||||
<td>163</td>
|
||||
<td>161</td>
|
||||
<td>123</td>
|
||||
<td>158</td>
|
||||
<td>146</td>
|
||||
<td>130</td>
|
||||
<td>96</td>
|
||||
<td>103</td>
|
||||
<td>98</td>
|
||||
<td>93</td>
|
||||
<td>118</td>
|
||||
<td>100</td>
|
||||
<td>128</td>
|
||||
<td>109</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Percentage</th>
|
||||
<td>3.5</td>
|
||||
<td>2.5</td>
|
||||
<td>2.2</td>
|
||||
<td>1.5</td>
|
||||
<td>0.9</td>
|
||||
<td>3.3</td>
|
||||
<td>2.4</td>
|
||||
<td>2.0</td>
|
||||
<td>1.4</td>
|
||||
<td>0.8</td>
|
||||
<td>1.0</td>
|
||||
<td>1.3</td>
|
||||
<td>0.9</td>
|
||||
<td>2.1</td>
|
||||
<td>5.0</td>
|
||||
<td>4.9</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>7.1</td>
|
||||
<td>7.0</td>
|
||||
<td>5.3</td>
|
||||
<td>6.8</td>
|
||||
<td>6.3</td>
|
||||
<td>5.6</td>
|
||||
<td>4.2</td>
|
||||
<td>4.5</td>
|
||||
<td>4.2</td>
|
||||
<td>4.0</td>
|
||||
<td>5.1</td>
|
||||
<td>4.3</td>
|
||||
<td>5.4</td>
|
||||
<td>4.3</td>
|
||||
<td>5.5</td>
|
||||
<td>4.7</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
|
@ -163,7 +163,7 @@
|
|||
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": [ 72,51,45,32,19,30,17,44,104,120,142,137,113,144,129,114,92,95,91,84,110,89,111,89 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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": [ 77,55,46,33,22,30,21,49,114,135,163,161,123,158,146,130,96,103,98,93,118,100,128,109 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -105,192 +105,192 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th>Sun</th>
|
||||
<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: #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>
|
||||
<td style='background-color: #e9e9e9;'>8</td>
|
||||
<td style='background-color: #ececec;'>7</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #ececec;'>7</td>
|
||||
<td style='background-color: #f4f4f4;'>4</td>
|
||||
<td style='background-color: #f7f7f7;'>3</td>
|
||||
<td style='background-color: #fdfdfd;'>1</td>
|
||||
<td style='background-color: #f2f2f2;'>5</td>
|
||||
<td style='background-color: #ececec;'>7</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #d9d9d9;'>14</td>
|
||||
<td style='background-color: #d0d0d0;'>17</td>
|
||||
<td style='background-color: #c8c8c8;'>20</td>
|
||||
<td style='background-color: #c8c8c8;'>20</td>
|
||||
<td style='background-color: #d9d9d9;'>14</td>
|
||||
<td style='background-color: #e6e6e6;'>9</td>
|
||||
<td style='background-color: #e9e9e9;'>8</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #f2f2f2;'>5</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #d6d6d6;'>15</td>
|
||||
<td style='background-color: #ececec;'>7</td>
|
||||
<td style='background-color: #d0d0d0;'>17</td>
|
||||
<td style='background-color: #d9d9d9;'>14</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Mon</th>
|
||||
<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: #f0f0f0;'>5</td>
|
||||
<td style='background-color: #f9f9f9;'>2</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>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #fafafa;'>2</td>
|
||||
<td style='background-color: #fafafa;'>2</td>
|
||||
<td style='background-color: #f2f2f2;'>5</td>
|
||||
<td style='background-color: #fafafa;'>2</td>
|
||||
<td style='background-color: #f7f7f7;'>3</td>
|
||||
<td style='background-color: #efefef;'>6</td>
|
||||
<td style='background-color: #e4e4e4;'>10</td>
|
||||
<td style='background-color: #e6e6e6;'>9</td>
|
||||
<td style='background-color: #b7b7b7;'>26</td>
|
||||
<td style='background-color: #b4b4b4;'>27</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #d9d9d9;'>14</td>
|
||||
<td style='background-color: #c0c0c0;'>23</td>
|
||||
<td style='background-color: #bababa;'>25</td>
|
||||
<td style='background-color: #c0c0c0;'>23</td>
|
||||
<td style='background-color: #dbdbdb;'>13</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #bababa;'>25</td>
|
||||
<td style='background-color: #dbdbdb;'>13</td>
|
||||
<td style='background-color: #b2b2b2;'>28</td>
|
||||
<td style='background-color: #d3d3d3;'>16</td>
|
||||
<td style='background-color: #bababa;'>25</td>
|
||||
<td style='background-color: #b7b7b7;'>26</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Tue</th>
|
||||
<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: #ededed;'>6</td>
|
||||
<td style='background-color: #f6f6f6;'>3</td>
|
||||
<td style='background-color: #f9f9f9;'>2</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>
|
||||
<td style='background-color: #d6d6d6;'>15</td>
|
||||
<td style='background-color: #d0d0d0;'>17</td>
|
||||
<td style='background-color: #efefef;'>6</td>
|
||||
<td style='background-color: #f7f7f7;'>3</td>
|
||||
<td style='background-color: #f7f7f7;'>3</td>
|
||||
<td style='background-color: #efefef;'>6</td>
|
||||
<td style='background-color: #f7f7f7;'>3</td>
|
||||
<td style='background-color: #f2f2f2;'>5</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #b4b4b4;'>27</td>
|
||||
<td style='background-color: #afafaf;'>29</td>
|
||||
<td style='background-color: #d0d0d0;'>17</td>
|
||||
<td style='background-color: #9b9b9b;'>36</td>
|
||||
<td style='background-color: #bdbdbd;'>24</td>
|
||||
<td style='background-color: #bdbdbd;'>24</td>
|
||||
<td style='background-color: #dbdbdb;'>13</td>
|
||||
<td style='background-color: #c5c5c5;'>21</td>
|
||||
<td style='background-color: #d0d0d0;'>17</td>
|
||||
<td style='background-color: #ececec;'>7</td>
|
||||
<td style='background-color: #dedede;'>12</td>
|
||||
<td style='background-color: #c5c5c5;'>21</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #c8c8c8;'>20</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Wed</th>
|
||||
<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: #f0f0f0;'>5</td>
|
||||
<td style='background-color: #f9f9f9;'>2</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>
|
||||
<td style='background-color: #d9d9d9;'>14</td>
|
||||
<td style='background-color: #ececec;'>7</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #fafafa;'>2</td>
|
||||
<td style='background-color: #fdfdfd;'>1</td>
|
||||
<td style='background-color: #f2f2f2;'>5</td>
|
||||
<td style='background-color: #f7f7f7;'>3</td>
|
||||
<td style='background-color: #ececec;'>7</td>
|
||||
<td style='background-color: #d9d9d9;'>14</td>
|
||||
<td style='background-color: #e6e6e6;'>9</td>
|
||||
<td style='background-color: #b2b2b2;'>28</td>
|
||||
<td style='background-color: #c5c5c5;'>21</td>
|
||||
<td style='background-color: #bababa;'>25</td>
|
||||
<td style='background-color: #d6d6d6;'>15</td>
|
||||
<td style='background-color: #bdbdbd;'>24</td>
|
||||
<td style='background-color: #d6d6d6;'>15</td>
|
||||
<td style='background-color: #bdbdbd;'>24</td>
|
||||
<td style='background-color: #c5c5c5;'>21</td>
|
||||
<td style='background-color: #d6d6d6;'>15</td>
|
||||
<td style='background-color: #dedede;'>12</td>
|
||||
<td style='background-color: #e4e4e4;'>10</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #d3d3d3;'>16</td>
|
||||
<td style='background-color: #d6d6d6;'>15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Thu</th>
|
||||
<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: #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>
|
||||
<td style='background-color: #e4e4e4;'>10</td>
|
||||
<td style='background-color: #f2f2f2;'>5</td>
|
||||
<td style='background-color: #f2f2f2;'>5</td>
|
||||
<td style='background-color: #efefef;'>6</td>
|
||||
<td style='background-color: #f4f4f4;'>4</td>
|
||||
<td style='background-color: #efefef;'>6</td>
|
||||
<td style='background-color: #fafafa;'>2</td>
|
||||
<td style='background-color: #ececec;'>7</td>
|
||||
<td style='background-color: #a9a9a9;'>31</td>
|
||||
<td style='background-color: #a1a1a1;'>34</td>
|
||||
<td style='background-color: #dbdbdb;'>13</td>
|
||||
<td style='background-color: #b7b7b7;'>26</td>
|
||||
<td style='background-color: #d6d6d6;'>15</td>
|
||||
<td style='background-color: #b7b7b7;'>26</td>
|
||||
<td style='background-color: #d0d0d0;'>17</td>
|
||||
<td style='background-color: #c0c0c0;'>23</td>
|
||||
<td style='background-color: #cbcbcb;'>19</td>
|
||||
<td style='background-color: #e4e4e4;'>10</td>
|
||||
<td style='background-color: #c5c5c5;'>21</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #d6d6d6;'>15</td>
|
||||
<td style='background-color: #c5c5c5;'>21</td>
|
||||
<td style='background-color: #bdbdbd;'>24</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Fri</th>
|
||||
<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: #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>
|
||||
<td style='background-color: #d6d6d6;'>15</td>
|
||||
<td style='background-color: #dedede;'>12</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #efefef;'>6</td>
|
||||
<td style='background-color: #f4f4f4;'>4</td>
|
||||
<td style='background-color: #f4f4f4;'>4</td>
|
||||
<td style='background-color: #f2f2f2;'>5</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #c5c5c5;'>21</td>
|
||||
<td style='background-color: #a7a7a7;'>32</td>
|
||||
<td style='background-color: #a7a7a7;'>32</td>
|
||||
<td style='background-color: #c8c8c8;'>20</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #d3d3d3;'>16</td>
|
||||
<td style='background-color: #bdbdbd;'>24</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #e9e9e9;'>8</td>
|
||||
<td style='background-color: #c8c8c8;'>20</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #efefef;'>6</td>
|
||||
<td style='background-color: #d0d0d0;'>17</td>
|
||||
<td style='background-color: #d9d9d9;'>14</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Sat</th>
|
||||
<td style='background-color: #f3f3f3;'>4</td>
|
||||
<td style='background-color: #f3f3f3;'>4</td>
|
||||
<td style='background-color: #f4f4f4;'>4</td>
|
||||
<td style='background-color: #f2f2f2;'>5</td>
|
||||
<td style='background-color: #ffffff;'>0</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: #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: #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>
|
||||
<td style='background-color: #f4f4f4;'>4</td>
|
||||
<td style='background-color: #f4f4f4;'>4</td>
|
||||
<td style='background-color: #f7f7f7;'>3</td>
|
||||
<td style='background-color: #fdfdfd;'>1</td>
|
||||
<td style='background-color: #f4f4f4;'>4</td>
|
||||
<td style='background-color: #d9d9d9;'>14</td>
|
||||
<td style='background-color: #dedede;'>12</td>
|
||||
<td style='background-color: #c2c2c2;'>22</td>
|
||||
<td style='background-color: #acacac;'>30</td>
|
||||
<td style='background-color: #d9d9d9;'>14</td>
|
||||
<td style='background-color: #c2c2c2;'>22</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #cdcdcd;'>18</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #fafafa;'>2</td>
|
||||
<td style='background-color: #f4f4f4;'>4</td>
|
||||
<td style='background-color: #ececec;'>7</td>
|
||||
<td style='background-color: #c8c8c8;'>20</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #e1e1e1;'>11</td>
|
||||
<td style='background-color: #e6e6e6;'>9</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
@ -93,14 +93,14 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th>Commits</th>
|
||||
<td>205</td>
|
||||
<td>197</td>
|
||||
<td>173</td>
|
||||
<td>163</td>
|
||||
<td>127</td>
|
||||
<td>200</td>
|
||||
<td>142</td>
|
||||
<td>113</td>
|
||||
<td>214</td>
|
||||
<td>228</td>
|
||||
<td>195</td>
|
||||
<td>214</td>
|
||||
<td>174</td>
|
||||
<td>219</td>
|
||||
<td>176</td>
|
||||
<td>134</td>
|
||||
<td>112</td>
|
||||
<td>244</td>
|
||||
<td>251</td>
|
||||
|
@ -108,18 +108,18 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th>Percentage</th>
|
||||
<td>9.3</td>
|
||||
<td>9.9</td>
|
||||
<td>8.4</td>
|
||||
<td>9.3</td>
|
||||
<td>7.5</td>
|
||||
<td>9.5</td>
|
||||
<td>8.3</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>12.1</td>
|
||||
<td>7.1</td>
|
||||
<td>7.6</td>
|
||||
<td>5.8</td>
|
||||
<td>4.9</td>
|
||||
<td>10.6</td>
|
||||
<td>10.9</td>
|
||||
<td>6.4</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
|
@ -127,7 +127,7 @@
|
|||
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": [ 205,197,173,163,127,200,142,113,112,244,251,147 ] }] };
|
||||
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": [ 214,228,195,214,174,219,176,134,112,244,251,147 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_month = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
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 ] }] };
|
||||
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,497,284 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
<td>28</td>
|
||||
<td>69</td>
|
||||
<td>62</td>
|
||||
<td>31</td>
|
||||
<td>32</td>
|
||||
<td>16</td>
|
||||
<td>7</td>
|
||||
<td>19</td>
|
||||
|
@ -153,14 +153,14 @@
|
|||
</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>58</td>
|
||||
<td>33</td>
|
||||
<td>22</td>
|
||||
<td>51</td>
|
||||
<td>47</td>
|
||||
<td>19</td>
|
||||
<td>33</td>
|
||||
<td>21</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,1,0,0,0,0,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,1,0,0,0,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,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..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,0,1,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -163,7 +163,7 @@
|
|||
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,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..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,1,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,0,1,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -163,7 +163,7 @@
|
|||
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,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..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -163,7 +163,7 @@
|
|||
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 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,1,0,0,0,0,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,1,0,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,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..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,0,1,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
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": [ [ 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 ],[ 1290124800000,0 ],[ 1290264841000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
|
||||
|
||||
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,1,0,0,0,0,0,2,1,1 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew Dahl","type": "spline","data": [ [ 1290111882000,16 ],[ 1290113880000,19 ],[ 1290115703000,22 ],[ 1290119393000,62 ],[ 1290264841000,130 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew Dahl","type": "spline","data": [ [ 1290111882000,16 ],[ 1290113880000,19 ],[ 1290115703000,22 ],[ 1290119393000,62 ],[ 1290124800000,0 ],[ 1290264841000,130 ] ] }] };
|
||||
|
||||
window.chart_charts.changed_lines_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew Dahl","type": "spline","data": [ [ 1290111882000,1 ],[ 1290113880000,2 ],[ 1290115703000,3 ],[ 1290119393000,4 ],[ 1290264841000,5 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew Dahl","type": "spline","data": [ [ 1290111882000,1 ],[ 1290113880000,2 ],[ 1290115703000,3 ],[ 1290119393000,4 ],[ 1290124800000,0 ],[ 1290264841000,5 ] ] }] };
|
||||
|
||||
window.chart_charts.commits_sum_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew Dahl","type": "spline","data": [ [ 1290111882000,1 ],[ 1290113880000,1 ],[ 1290115703000,4 ],[ 1290119393000,22 ],[ 1290264841000,27 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew Dahl","type": "spline","data": [ [ 1290111882000,1 ],[ 1290113880000,1 ],[ 1290115703000,4 ],[ 1290119393000,22 ],[ 1290124800000,0 ],[ 1290264841000,27 ] ] }] };
|
||||
|
||||
window.chart_charts.deletions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew Dahl","type": "spline","data": [ [ 1290111882000,15 ],[ 1290113880000,18 ],[ 1290115703000,18 ],[ 1290119393000,40 ],[ 1290264841000,103 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew Dahl","type": "spline","data": [ [ 1290111882000,15 ],[ 1290113880000,18 ],[ 1290115703000,18 ],[ 1290119393000,40 ],[ 1290124800000,0 ],[ 1290264841000,103 ] ] }] };
|
||||
|
||||
window.chart_charts.insertions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -45,51 +45,51 @@
|
|||
</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>Andrew Hooker <andrew@spreecommerce.com></h3>
|
||||
<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>Andrew Hooker <andrew@spreecommerce.com></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": [ [ 1338323074000,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>
|
||||
<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": [ [ 1338323074000,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>
|
||||
|
|
|
@ -45,83 +45,83 @@
|
|||
</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>Andrew Hooker <andrew@spreecommerce.com></h3>
|
||||
<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>Andrew Hooker <andrew@spreecommerce.com></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>0</td>
|
||||
<td>1</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>100.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,0,1,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>
|
||||
<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>0</td>
|
||||
<td>1</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>100.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,0,1,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>
|
||||
|
|
|
@ -45,134 +45,134 @@
|
|||
</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>Andrew Hooker <andrew@spreecommerce.com></h3>
|
||||
<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>Andrew Hooker <andrew@spreecommerce.com></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>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>
|
||||
</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>0.0</td>
|
||||
<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>
|
||||
<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..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.activity_by_hour"></div>
|
||||
</div>
|
||||
</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>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>
|
||||
</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>0.0</td>
|
||||
<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>
|
||||
<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,0,0,1,0,0,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>
|
||||
|
|
|
@ -45,256 +45,256 @@
|
|||
</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>Andrew Hooker <andrew@spreecommerce.com></h3>
|
||||
<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>Andrew Hooker <andrew@spreecommerce.com></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: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #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: #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>
|
||||
</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>
|
||||
<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: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #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: #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>
|
||||
</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>
|
||||
|
|
|
@ -45,98 +45,98 @@
|
|||
</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>Andrew Hooker <andrew@spreecommerce.com></h3>
|
||||
<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>Andrew Hooker <andrew@spreecommerce.com></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>1</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>0.0</td>
|
||||
<td>0.0</td>
|
||||
<td>0.0</td>
|
||||
<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>
|
||||
<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": [ 0,0,0,0,1,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>
|
||||
<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>1</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>0.0</td>
|
||||
<td>0.0</td>
|
||||
<td>0.0</td>
|
||||
<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>
|
||||
<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": [ 0,0,0,0,1,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>
|
||||
|
|
|
@ -45,51 +45,51 @@
|
|||
</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>Andrew Hooker <andrew@spreecommerce.com></h3>
|
||||
<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>Andrew Hooker <andrew@spreecommerce.com></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": [ 1 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.activity_by_year"></div>
|
||||
</div>
|
||||
</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": [ 1 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.activity_by_year"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -45,70 +45,70 @@
|
|||
</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>Andrew Hooker <andrew@spreecommerce.com></h3>
|
||||
<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>Andrew Hooker <andrew@spreecommerce.com></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>1</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>
|
||||
<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>1</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>
|
||||
|
|
95
examples/devise/authors/andrew_white/activity/by_date.html
Normal file
95
examples/devise/authors/andrew_white/activity/by_date.html
Normal file
|
@ -0,0 +1,95 @@
|
|||
<!DOCTYPE html>
|
||||
<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>Andrew White <andyw@pixeltrix.co.uk></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": [ [ 1362148335000,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>
|
127
examples/devise/authors/andrew_white/activity/day_of_week.html
Normal file
127
examples/devise/authors/andrew_white/activity/day_of_week.html
Normal file
|
@ -0,0 +1,127 @@
|
|||
<!DOCTYPE html>
|
||||
<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>Andrew White <andyw@pixeltrix.co.uk></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>0</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>1</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>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": "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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_wday = new Highcharts.Chart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.activity_by_wday"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
178
examples/devise/authors/andrew_white/activity/hour_of_day.html
Normal file
178
examples/devise/authors/andrew_white/activity/hour_of_day.html
Normal file
|
@ -0,0 +1,178 @@
|
|||
<!DOCTYPE html>
|
||||
<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>Andrew White <andyw@pixeltrix.co.uk></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>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>
|
||||
</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>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>
|
||||
<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..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.activity_by_hour"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
300
examples/devise/authors/andrew_white/activity/hour_of_week.html
Normal file
300
examples/devise/authors/andrew_white/activity/hour_of_week.html
Normal file
|
@ -0,0 +1,300 @@
|
|||
<!DOCTYPE html>
|
||||
<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>Andrew White <andyw@pixeltrix.co.uk></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: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #ffffff;'>0</td>
|
||||
<td style='background-color: #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: #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>
|
||||
</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>
|
142
examples/devise/authors/andrew_white/activity/month_of_year.html
Normal file
142
examples/devise/authors/andrew_white/activity/month_of_year.html
Normal file
|
@ -0,0 +1,142 @@
|
|||
<!DOCTYPE html>
|
||||
<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>Andrew White <andyw@pixeltrix.co.uk></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>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>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Percentage</th>
|
||||
<td>0.0</td>
|
||||
<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>
|
||||
<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": [ 0,0,1,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>
|
95
examples/devise/authors/andrew_white/activity/year.html
Normal file
95
examples/devise/authors/andrew_white/activity/year.html
Normal file
|
@ -0,0 +1,95 @@
|
|||
<!DOCTYPE html>
|
||||
<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>Andrew White <andyw@pixeltrix.co.uk></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": [ 1 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_year = new Highcharts.Chart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.activity_by_year"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
114
examples/devise/authors/andrew_white/activity/year_month.html
Normal file
114
examples/devise/authors/andrew_white/activity/year_month.html
Normal file
|
@ -0,0 +1,114 @@
|
|||
<!DOCTYPE html>
|
||||
<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>Andrew White <andyw@pixeltrix.co.uk></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>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>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<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=''>
|
||||
<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='active'>
|
||||
<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='commits_by_date.html'>Commits by date</a>
|
||||
</li>
|
||||
<li class='active'>
|
||||
<a href='changed_lines_by_date.html'>Changed lines by date</a>
|
||||
</li>
|
||||
<li class=''>
|
||||
<a href='insertions_by_date.html'>Lines added by date</a>
|
||||
</li>
|
||||
<li class=''>
|
||||
<a href='deletions_by_date.html'>Lines deleted by date</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class='tab-content'>
|
||||
<div class='tab-pane active'>
|
||||
<div class='page-header'>
|
||||
<h1 class='pagination-centered'>Changed lines by date</h1>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew White","type": "spline","data": [ [ 1362148335000,14 ] ] }] };
|
||||
|
||||
window.chart_charts.changed_lines_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.changed_lines_by_author_by_date"></div>
|
||||
<small>
|
||||
<center>5 best authors shown</center>
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<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=''>
|
||||
<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='commits_by_date.html'>Commits by date</a>
|
||||
</li>
|
||||
<li class=''>
|
||||
<a href='changed_lines_by_date.html'>Changed lines by date</a>
|
||||
</li>
|
||||
<li class=''>
|
||||
<a href='insertions_by_date.html'>Lines added by date</a>
|
||||
</li>
|
||||
<li class=''>
|
||||
<a href='deletions_by_date.html'>Lines deleted by date</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class='tab-content'>
|
||||
<div class='tab-pane active'>
|
||||
<div class='page-header'>
|
||||
<h1 class='pagination-centered'>Commits by date</h1>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew White","type": "spline","data": [ [ 1362148335000,1 ] ] }] };
|
||||
|
||||
window.chart_charts.commits_sum_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.commits_sum_by_author_by_date"></div>
|
||||
<small>
|
||||
<center>5 best authors shown</center>
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<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=''>
|
||||
<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='commits_by_date.html'>Commits by date</a>
|
||||
</li>
|
||||
<li class=''>
|
||||
<a href='changed_lines_by_date.html'>Changed lines by date</a>
|
||||
</li>
|
||||
<li class=''>
|
||||
<a href='insertions_by_date.html'>Lines added by date</a>
|
||||
</li>
|
||||
<li class='active'>
|
||||
<a href='deletions_by_date.html'>Lines deleted by date</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class='tab-content'>
|
||||
<div class='tab-pane active'>
|
||||
<div class='page-header'>
|
||||
<h1 class='pagination-centered'>Lines deleted by date</h1>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew White","type": "spline","data": [ [ 1362148335000,1 ] ] }] };
|
||||
|
||||
window.chart_charts.deletions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.deletions_by_author_by_date"></div>
|
||||
<small>
|
||||
<center>5 best authors shown</center>
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<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=''>
|
||||
<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='commits_by_date.html'>Commits by date</a>
|
||||
</li>
|
||||
<li class=''>
|
||||
<a href='changed_lines_by_date.html'>Changed lines by date</a>
|
||||
</li>
|
||||
<li class='active'>
|
||||
<a href='insertions_by_date.html'>Lines added by date</a>
|
||||
</li>
|
||||
<li class=''>
|
||||
<a href='deletions_by_date.html'>Lines deleted by date</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class='tab-content'>
|
||||
<div class='tab-pane active'>
|
||||
<div class='page-header'>
|
||||
<h1 class='pagination-centered'>Lines added by date</h1>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrew White","type": "spline","data": [ [ 1362148335000,13 ] ] }] };
|
||||
|
||||
window.chart_charts.insertions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
};
|
||||
})()
|
||||
</script>
|
||||
<div id="charts.insertions_by_author_by_date"></div>
|
||||
<small>
|
||||
<center>5 best authors shown</center>
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,0,0,0,0,1,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,1,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,0,2,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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,2,0,0,0,0,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
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": [ [ 1333385303000,1 ],[ 1339047164000,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": [ [ 1333385303000,1 ],[ 1333411200000,0 ],[ 1333497600000,0 ],[ 1333584000000,0 ],[ 1333670400000,0 ],[ 1333756800000,0 ],[ 1333843200000,0 ],[ 1333929600000,0 ],[ 1334016000000,0 ],[ 1334102400000,0 ],[ 1334188800000,0 ],[ 1334275200000,0 ],[ 1334361600000,0 ],[ 1334448000000,0 ],[ 1334534400000,0 ],[ 1334620800000,0 ],[ 1334707200000,0 ],[ 1334793600000,0 ],[ 1334880000000,0 ],[ 1334966400000,0 ],[ 1335052800000,0 ],[ 1335139200000,0 ],[ 1335225600000,0 ],[ 1335312000000,0 ],[ 1335398400000,0 ],[ 1335484800000,0 ],[ 1335571200000,0 ],[ 1335657600000,0 ],[ 1335744000000,0 ],[ 1335830400000,0 ],[ 1335916800000,0 ],[ 1336003200000,0 ],[ 1336089600000,0 ],[ 1336176000000,0 ],[ 1336262400000,0 ],[ 1336348800000,0 ],[ 1336435200000,0 ],[ 1336521600000,0 ],[ 1336608000000,0 ],[ 1336694400000,0 ],[ 1336780800000,0 ],[ 1336867200000,0 ],[ 1336953600000,0 ],[ 1337040000000,0 ],[ 1337126400000,0 ],[ 1337212800000,0 ],[ 1337299200000,0 ],[ 1337385600000,0 ],[ 1337472000000,0 ],[ 1337558400000,0 ],[ 1337644800000,0 ],[ 1337731200000,0 ],[ 1337817600000,0 ],[ 1337904000000,0 ],[ 1337990400000,0 ],[ 1338076800000,0 ],[ 1338163200000,0 ],[ 1338249600000,0 ],[ 1338336000000,0 ],[ 1338422400000,0 ],[ 1338508800000,0 ],[ 1338595200000,0 ],[ 1338681600000,0 ],[ 1338768000000,0 ],[ 1338854400000,0 ],[ 1338940800000,0 ],[ 1339047164000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
|
||||
|
||||
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrey Voronkov","type": "spline","data": [ [ 1333385303000,23 ],[ 1339047164000,26 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrey Voronkov","type": "spline","data": [ [ 1333385303000,23 ],[ 1333411200000,0 ],[ 1333497600000,0 ],[ 1333584000000,0 ],[ 1333670400000,0 ],[ 1333756800000,0 ],[ 1333843200000,0 ],[ 1333929600000,0 ],[ 1334016000000,0 ],[ 1334102400000,0 ],[ 1334188800000,0 ],[ 1334275200000,0 ],[ 1334361600000,0 ],[ 1334448000000,0 ],[ 1334534400000,0 ],[ 1334620800000,0 ],[ 1334707200000,0 ],[ 1334793600000,0 ],[ 1334880000000,0 ],[ 1334966400000,0 ],[ 1335052800000,0 ],[ 1335139200000,0 ],[ 1335225600000,0 ],[ 1335312000000,0 ],[ 1335398400000,0 ],[ 1335484800000,0 ],[ 1335571200000,0 ],[ 1335657600000,0 ],[ 1335744000000,0 ],[ 1335830400000,0 ],[ 1335916800000,0 ],[ 1336003200000,0 ],[ 1336089600000,0 ],[ 1336176000000,0 ],[ 1336262400000,0 ],[ 1336348800000,0 ],[ 1336435200000,0 ],[ 1336521600000,0 ],[ 1336608000000,0 ],[ 1336694400000,0 ],[ 1336780800000,0 ],[ 1336867200000,0 ],[ 1336953600000,0 ],[ 1337040000000,0 ],[ 1337126400000,0 ],[ 1337212800000,0 ],[ 1337299200000,0 ],[ 1337385600000,0 ],[ 1337472000000,0 ],[ 1337558400000,0 ],[ 1337644800000,0 ],[ 1337731200000,0 ],[ 1337817600000,0 ],[ 1337904000000,0 ],[ 1337990400000,0 ],[ 1338076800000,0 ],[ 1338163200000,0 ],[ 1338249600000,0 ],[ 1338336000000,0 ],[ 1338422400000,0 ],[ 1338508800000,0 ],[ 1338595200000,0 ],[ 1338681600000,0 ],[ 1338768000000,0 ],[ 1338854400000,0 ],[ 1338940800000,0 ],[ 1339047164000,26 ] ] }] };
|
||||
|
||||
window.chart_charts.changed_lines_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrey Voronkov","type": "spline","data": [ [ 1333385303000,1 ],[ 1339047164000,2 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrey Voronkov","type": "spline","data": [ [ 1333385303000,1 ],[ 1333411200000,0 ],[ 1333497600000,0 ],[ 1333584000000,0 ],[ 1333670400000,0 ],[ 1333756800000,0 ],[ 1333843200000,0 ],[ 1333929600000,0 ],[ 1334016000000,0 ],[ 1334102400000,0 ],[ 1334188800000,0 ],[ 1334275200000,0 ],[ 1334361600000,0 ],[ 1334448000000,0 ],[ 1334534400000,0 ],[ 1334620800000,0 ],[ 1334707200000,0 ],[ 1334793600000,0 ],[ 1334880000000,0 ],[ 1334966400000,0 ],[ 1335052800000,0 ],[ 1335139200000,0 ],[ 1335225600000,0 ],[ 1335312000000,0 ],[ 1335398400000,0 ],[ 1335484800000,0 ],[ 1335571200000,0 ],[ 1335657600000,0 ],[ 1335744000000,0 ],[ 1335830400000,0 ],[ 1335916800000,0 ],[ 1336003200000,0 ],[ 1336089600000,0 ],[ 1336176000000,0 ],[ 1336262400000,0 ],[ 1336348800000,0 ],[ 1336435200000,0 ],[ 1336521600000,0 ],[ 1336608000000,0 ],[ 1336694400000,0 ],[ 1336780800000,0 ],[ 1336867200000,0 ],[ 1336953600000,0 ],[ 1337040000000,0 ],[ 1337126400000,0 ],[ 1337212800000,0 ],[ 1337299200000,0 ],[ 1337385600000,0 ],[ 1337472000000,0 ],[ 1337558400000,0 ],[ 1337644800000,0 ],[ 1337731200000,0 ],[ 1337817600000,0 ],[ 1337904000000,0 ],[ 1337990400000,0 ],[ 1338076800000,0 ],[ 1338163200000,0 ],[ 1338249600000,0 ],[ 1338336000000,0 ],[ 1338422400000,0 ],[ 1338508800000,0 ],[ 1338595200000,0 ],[ 1338681600000,0 ],[ 1338768000000,0 ],[ 1338854400000,0 ],[ 1338940800000,0 ],[ 1339047164000,2 ] ] }] };
|
||||
|
||||
window.chart_charts.commits_sum_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrey Voronkov","type": "spline","data": [ [ 1333385303000,1 ],[ 1339047164000,1 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrey Voronkov","type": "spline","data": [ [ 1333385303000,1 ],[ 1333411200000,0 ],[ 1333497600000,0 ],[ 1333584000000,0 ],[ 1333670400000,0 ],[ 1333756800000,0 ],[ 1333843200000,0 ],[ 1333929600000,0 ],[ 1334016000000,0 ],[ 1334102400000,0 ],[ 1334188800000,0 ],[ 1334275200000,0 ],[ 1334361600000,0 ],[ 1334448000000,0 ],[ 1334534400000,0 ],[ 1334620800000,0 ],[ 1334707200000,0 ],[ 1334793600000,0 ],[ 1334880000000,0 ],[ 1334966400000,0 ],[ 1335052800000,0 ],[ 1335139200000,0 ],[ 1335225600000,0 ],[ 1335312000000,0 ],[ 1335398400000,0 ],[ 1335484800000,0 ],[ 1335571200000,0 ],[ 1335657600000,0 ],[ 1335744000000,0 ],[ 1335830400000,0 ],[ 1335916800000,0 ],[ 1336003200000,0 ],[ 1336089600000,0 ],[ 1336176000000,0 ],[ 1336262400000,0 ],[ 1336348800000,0 ],[ 1336435200000,0 ],[ 1336521600000,0 ],[ 1336608000000,0 ],[ 1336694400000,0 ],[ 1336780800000,0 ],[ 1336867200000,0 ],[ 1336953600000,0 ],[ 1337040000000,0 ],[ 1337126400000,0 ],[ 1337212800000,0 ],[ 1337299200000,0 ],[ 1337385600000,0 ],[ 1337472000000,0 ],[ 1337558400000,0 ],[ 1337644800000,0 ],[ 1337731200000,0 ],[ 1337817600000,0 ],[ 1337904000000,0 ],[ 1337990400000,0 ],[ 1338076800000,0 ],[ 1338163200000,0 ],[ 1338249600000,0 ],[ 1338336000000,0 ],[ 1338422400000,0 ],[ 1338508800000,0 ],[ 1338595200000,0 ],[ 1338681600000,0 ],[ 1338768000000,0 ],[ 1338854400000,0 ],[ 1338940800000,0 ],[ 1339047164000,1 ] ] }] };
|
||||
|
||||
window.chart_charts.deletions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrey Voronkov","type": "spline","data": [ [ 1333385303000,22 ],[ 1339047164000,25 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrey Voronkov","type": "spline","data": [ [ 1333385303000,22 ],[ 1333411200000,0 ],[ 1333497600000,0 ],[ 1333584000000,0 ],[ 1333670400000,0 ],[ 1333756800000,0 ],[ 1333843200000,0 ],[ 1333929600000,0 ],[ 1334016000000,0 ],[ 1334102400000,0 ],[ 1334188800000,0 ],[ 1334275200000,0 ],[ 1334361600000,0 ],[ 1334448000000,0 ],[ 1334534400000,0 ],[ 1334620800000,0 ],[ 1334707200000,0 ],[ 1334793600000,0 ],[ 1334880000000,0 ],[ 1334966400000,0 ],[ 1335052800000,0 ],[ 1335139200000,0 ],[ 1335225600000,0 ],[ 1335312000000,0 ],[ 1335398400000,0 ],[ 1335484800000,0 ],[ 1335571200000,0 ],[ 1335657600000,0 ],[ 1335744000000,0 ],[ 1335830400000,0 ],[ 1335916800000,0 ],[ 1336003200000,0 ],[ 1336089600000,0 ],[ 1336176000000,0 ],[ 1336262400000,0 ],[ 1336348800000,0 ],[ 1336435200000,0 ],[ 1336521600000,0 ],[ 1336608000000,0 ],[ 1336694400000,0 ],[ 1336780800000,0 ],[ 1336867200000,0 ],[ 1336953600000,0 ],[ 1337040000000,0 ],[ 1337126400000,0 ],[ 1337212800000,0 ],[ 1337299200000,0 ],[ 1337385600000,0 ],[ 1337472000000,0 ],[ 1337558400000,0 ],[ 1337644800000,0 ],[ 1337731200000,0 ],[ 1337817600000,0 ],[ 1337904000000,0 ],[ 1337990400000,0 ],[ 1338076800000,0 ],[ 1338163200000,0 ],[ 1338249600000,0 ],[ 1338336000000,0 ],[ 1338422400000,0 ],[ 1338508800000,0 ],[ 1338595200000,0 ],[ 1338681600000,0 ],[ 1338768000000,0 ],[ 1338854400000,0 ],[ 1338940800000,0 ],[ 1339047164000,25 ] ] }] };
|
||||
|
||||
window.chart_charts.insertions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,1,0,0,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
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": [ [ 1289817153000,1 ],[ 1291932228000,1 ],[ 1291932955000,1 ],[ 1291990671000,1 ],[ 1291992688000,1 ],[ 1294020639000,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": [ [ 1289817153000,1 ],[ 1289865600000,0 ],[ 1289952000000,0 ],[ 1290038400000,0 ],[ 1290124800000,0 ],[ 1290211200000,0 ],[ 1290297600000,0 ],[ 1290384000000,0 ],[ 1290470400000,0 ],[ 1290556800000,0 ],[ 1290643200000,0 ],[ 1290729600000,0 ],[ 1290816000000,0 ],[ 1290902400000,0 ],[ 1290988800000,0 ],[ 1291075200000,0 ],[ 1291161600000,0 ],[ 1291248000000,0 ],[ 1291334400000,0 ],[ 1291420800000,0 ],[ 1291507200000,0 ],[ 1291593600000,0 ],[ 1291680000000,0 ],[ 1291766400000,0 ],[ 1291852800000,0 ],[ 1291932228000,1 ],[ 1291932955000,1 ],[ 1291990671000,1 ],[ 1291992688000,1 ],[ 1292025600000,0 ],[ 1292112000000,0 ],[ 1292198400000,0 ],[ 1292284800000,0 ],[ 1292371200000,0 ],[ 1292457600000,0 ],[ 1292544000000,0 ],[ 1292630400000,0 ],[ 1292716800000,0 ],[ 1292803200000,0 ],[ 1292889600000,0 ],[ 1292976000000,0 ],[ 1293062400000,0 ],[ 1293148800000,0 ],[ 1293235200000,0 ],[ 1293321600000,0 ],[ 1293408000000,0 ],[ 1293494400000,0 ],[ 1293580800000,0 ],[ 1293667200000,0 ],[ 1293753600000,0 ],[ 1293840000000,0 ],[ 1293926400000,0 ],[ 1294020639000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
|
||||
|
||||
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,2,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,2,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andr\u00e9s Mej\u00eda","type": "spline","data": [ [ 1289817153000,2 ],[ 1291932228000,5 ],[ 1291932955000,13 ],[ 1291990671000,34 ],[ 1291992688000,86 ],[ 1294020639000,90 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrés Mejía","type": "spline","data": [ [ 1289817153000,2 ],[ 1289865600000,0 ],[ 1289952000000,0 ],[ 1290038400000,0 ],[ 1290124800000,0 ],[ 1290211200000,0 ],[ 1290297600000,0 ],[ 1290384000000,0 ],[ 1290470400000,0 ],[ 1290556800000,0 ],[ 1290643200000,0 ],[ 1290729600000,0 ],[ 1290816000000,0 ],[ 1290902400000,0 ],[ 1290988800000,0 ],[ 1291075200000,0 ],[ 1291161600000,0 ],[ 1291248000000,0 ],[ 1291334400000,0 ],[ 1291420800000,0 ],[ 1291507200000,0 ],[ 1291593600000,0 ],[ 1291680000000,0 ],[ 1291766400000,0 ],[ 1291852800000,0 ],[ 1291932228000,5 ],[ 1291932955000,13 ],[ 1291990671000,34 ],[ 1291992688000,86 ],[ 1292025600000,0 ],[ 1292112000000,0 ],[ 1292198400000,0 ],[ 1292284800000,0 ],[ 1292371200000,0 ],[ 1292457600000,0 ],[ 1292544000000,0 ],[ 1292630400000,0 ],[ 1292716800000,0 ],[ 1292803200000,0 ],[ 1292889600000,0 ],[ 1292976000000,0 ],[ 1293062400000,0 ],[ 1293148800000,0 ],[ 1293235200000,0 ],[ 1293321600000,0 ],[ 1293408000000,0 ],[ 1293494400000,0 ],[ 1293580800000,0 ],[ 1293667200000,0 ],[ 1293753600000,0 ],[ 1293840000000,0 ],[ 1293926400000,0 ],[ 1294020639000,90 ] ] }] };
|
||||
|
||||
window.chart_charts.changed_lines_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andr\u00e9s Mej\u00eda","type": "spline","data": [ [ 1289817153000,1 ],[ 1291932228000,2 ],[ 1291932955000,3 ],[ 1291990671000,4 ],[ 1291992688000,5 ],[ 1294020639000,6 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrés Mejía","type": "spline","data": [ [ 1289817153000,1 ],[ 1289865600000,0 ],[ 1289952000000,0 ],[ 1290038400000,0 ],[ 1290124800000,0 ],[ 1290211200000,0 ],[ 1290297600000,0 ],[ 1290384000000,0 ],[ 1290470400000,0 ],[ 1290556800000,0 ],[ 1290643200000,0 ],[ 1290729600000,0 ],[ 1290816000000,0 ],[ 1290902400000,0 ],[ 1290988800000,0 ],[ 1291075200000,0 ],[ 1291161600000,0 ],[ 1291248000000,0 ],[ 1291334400000,0 ],[ 1291420800000,0 ],[ 1291507200000,0 ],[ 1291593600000,0 ],[ 1291680000000,0 ],[ 1291766400000,0 ],[ 1291852800000,0 ],[ 1291932228000,2 ],[ 1291932955000,3 ],[ 1291990671000,4 ],[ 1291992688000,5 ],[ 1292025600000,0 ],[ 1292112000000,0 ],[ 1292198400000,0 ],[ 1292284800000,0 ],[ 1292371200000,0 ],[ 1292457600000,0 ],[ 1292544000000,0 ],[ 1292630400000,0 ],[ 1292716800000,0 ],[ 1292803200000,0 ],[ 1292889600000,0 ],[ 1292976000000,0 ],[ 1293062400000,0 ],[ 1293148800000,0 ],[ 1293235200000,0 ],[ 1293321600000,0 ],[ 1293408000000,0 ],[ 1293494400000,0 ],[ 1293580800000,0 ],[ 1293667200000,0 ],[ 1293753600000,0 ],[ 1293840000000,0 ],[ 1293926400000,0 ],[ 1294020639000,6 ] ] }] };
|
||||
|
||||
window.chart_charts.commits_sum_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andr\u00e9s Mej\u00eda","type": "spline","data": [ [ 1289817153000,1 ],[ 1291932228000,3 ],[ 1291932955000,7 ],[ 1291990671000,7 ],[ 1291992688000,22 ],[ 1294020639000,24 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrés Mejía","type": "spline","data": [ [ 1289817153000,1 ],[ 1289865600000,0 ],[ 1289952000000,0 ],[ 1290038400000,0 ],[ 1290124800000,0 ],[ 1290211200000,0 ],[ 1290297600000,0 ],[ 1290384000000,0 ],[ 1290470400000,0 ],[ 1290556800000,0 ],[ 1290643200000,0 ],[ 1290729600000,0 ],[ 1290816000000,0 ],[ 1290902400000,0 ],[ 1290988800000,0 ],[ 1291075200000,0 ],[ 1291161600000,0 ],[ 1291248000000,0 ],[ 1291334400000,0 ],[ 1291420800000,0 ],[ 1291507200000,0 ],[ 1291593600000,0 ],[ 1291680000000,0 ],[ 1291766400000,0 ],[ 1291852800000,0 ],[ 1291932228000,3 ],[ 1291932955000,7 ],[ 1291990671000,7 ],[ 1291992688000,22 ],[ 1292025600000,0 ],[ 1292112000000,0 ],[ 1292198400000,0 ],[ 1292284800000,0 ],[ 1292371200000,0 ],[ 1292457600000,0 ],[ 1292544000000,0 ],[ 1292630400000,0 ],[ 1292716800000,0 ],[ 1292803200000,0 ],[ 1292889600000,0 ],[ 1292976000000,0 ],[ 1293062400000,0 ],[ 1293148800000,0 ],[ 1293235200000,0 ],[ 1293321600000,0 ],[ 1293408000000,0 ],[ 1293494400000,0 ],[ 1293580800000,0 ],[ 1293667200000,0 ],[ 1293753600000,0 ],[ 1293840000000,0 ],[ 1293926400000,0 ],[ 1294020639000,24 ] ] }] };
|
||||
|
||||
window.chart_charts.deletions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andr\u00e9s Mej\u00eda","type": "spline","data": [ [ 1289817153000,1 ],[ 1291932228000,2 ],[ 1291932955000,6 ],[ 1291990671000,27 ],[ 1291992688000,64 ],[ 1294020639000,66 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Andrés Mejía","type": "spline","data": [ [ 1289817153000,1 ],[ 1289865600000,0 ],[ 1289952000000,0 ],[ 1290038400000,0 ],[ 1290124800000,0 ],[ 1290211200000,0 ],[ 1290297600000,0 ],[ 1290384000000,0 ],[ 1290470400000,0 ],[ 1290556800000,0 ],[ 1290643200000,0 ],[ 1290729600000,0 ],[ 1290816000000,0 ],[ 1290902400000,0 ],[ 1290988800000,0 ],[ 1291075200000,0 ],[ 1291161600000,0 ],[ 1291248000000,0 ],[ 1291334400000,0 ],[ 1291420800000,0 ],[ 1291507200000,0 ],[ 1291593600000,0 ],[ 1291680000000,0 ],[ 1291766400000,0 ],[ 1291852800000,0 ],[ 1291932228000,2 ],[ 1291932955000,6 ],[ 1291990671000,27 ],[ 1291992688000,64 ],[ 1292025600000,0 ],[ 1292112000000,0 ],[ 1292198400000,0 ],[ 1292284800000,0 ],[ 1292371200000,0 ],[ 1292457600000,0 ],[ 1292544000000,0 ],[ 1292630400000,0 ],[ 1292716800000,0 ],[ 1292803200000,0 ],[ 1292889600000,0 ],[ 1292976000000,0 ],[ 1293062400000,0 ],[ 1293148800000,0 ],[ 1293235200000,0 ],[ 1293321600000,0 ],[ 1293408000000,0 ],[ 1293494400000,0 ],[ 1293580800000,0 ],[ 1293667200000,0 ],[ 1293753600000,0 ],[ 1293840000000,0 ],[ 1293926400000,0 ],[ 1294020639000,66 ] ] }] };
|
||||
|
||||
window.chart_charts.insertions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,0,1,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,1,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,0,0,0,1,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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,1,0,0,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,1,0,0,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..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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
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": [ [ 1288109602000,1 ],[ 1288355959000,1 ],[ 1288384993000,1 ],[ 1288385018000,1 ],[ 1288826215000,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": [ [ 1288109602000,1 ],[ 1288137600000,0 ],[ 1288224000000,0 ],[ 1288355959000,1 ],[ 1288384993000,1 ],[ 1288385018000,1 ],[ 1288483200000,0 ],[ 1288569600000,0 ],[ 1288656000000,0 ],[ 1288742400000,0 ],[ 1288826215000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
|
||||
|
||||
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "bUg","type": "spline","data": [ [ 1288109602000,3 ],[ 1288355959000,7 ],[ 1288384993000,13 ],[ 1288385018000,27 ],[ 1288826215000,30 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "bUg","type": "spline","data": [ [ 1288109602000,3 ],[ 1288137600000,0 ],[ 1288224000000,0 ],[ 1288355959000,7 ],[ 1288384993000,13 ],[ 1288385018000,27 ],[ 1288483200000,0 ],[ 1288569600000,0 ],[ 1288656000000,0 ],[ 1288742400000,0 ],[ 1288826215000,30 ] ] }] };
|
||||
|
||||
window.chart_charts.changed_lines_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "bUg","type": "spline","data": [ [ 1288109602000,1 ],[ 1288355959000,2 ],[ 1288384993000,3 ],[ 1288385018000,4 ],[ 1288826215000,5 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "bUg","type": "spline","data": [ [ 1288109602000,1 ],[ 1288137600000,0 ],[ 1288224000000,0 ],[ 1288355959000,2 ],[ 1288384993000,3 ],[ 1288385018000,4 ],[ 1288483200000,0 ],[ 1288569600000,0 ],[ 1288656000000,0 ],[ 1288742400000,0 ],[ 1288826215000,5 ] ] }] };
|
||||
|
||||
window.chart_charts.commits_sum_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "bUg","type": "spline","data": [ [ 1288109602000,1 ],[ 1288355959000,3 ],[ 1288384993000,6 ],[ 1288385018000,6 ],[ 1288826215000,7 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "bUg","type": "spline","data": [ [ 1288109602000,1 ],[ 1288137600000,0 ],[ 1288224000000,0 ],[ 1288355959000,3 ],[ 1288384993000,6 ],[ 1288385018000,6 ],[ 1288483200000,0 ],[ 1288569600000,0 ],[ 1288656000000,0 ],[ 1288742400000,0 ],[ 1288826215000,7 ] ] }] };
|
||||
|
||||
window.chart_charts.deletions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "bUg","type": "spline","data": [ [ 1288109602000,2 ],[ 1288355959000,4 ],[ 1288384993000,7 ],[ 1288385018000,21 ],[ 1288826215000,23 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "bUg","type": "spline","data": [ [ 1288109602000,2 ],[ 1288137600000,0 ],[ 1288224000000,0 ],[ 1288355959000,4 ],[ 1288384993000,7 ],[ 1288385018000,21 ],[ 1288483200000,0 ],[ 1288569600000,0 ],[ 1288656000000,0 ],[ 1288742400000,0 ],[ 1288826215000,23 ] ] }] };
|
||||
|
||||
window.chart_charts.insertions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,1,0,0,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,1,0,0,0,0,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,0,0,0,0,0,0,0,0,0,1,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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,0,1,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -80,7 +80,7 @@
|
|||
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": [ [ 1274251390000,1 ],[ 1277270229000,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": [ [ 1274251390000,1 ],[ 1274313600000,0 ],[ 1274400000000,0 ],[ 1274486400000,0 ],[ 1274572800000,0 ],[ 1274659200000,0 ],[ 1274745600000,0 ],[ 1274832000000,0 ],[ 1274918400000,0 ],[ 1275004800000,0 ],[ 1275091200000,0 ],[ 1275177600000,0 ],[ 1275264000000,0 ],[ 1275350400000,0 ],[ 1275436800000,0 ],[ 1275523200000,0 ],[ 1275609600000,0 ],[ 1275696000000,0 ],[ 1275782400000,0 ],[ 1275868800000,0 ],[ 1275955200000,0 ],[ 1276041600000,0 ],[ 1276128000000,0 ],[ 1276214400000,0 ],[ 1276300800000,0 ],[ 1276387200000,0 ],[ 1276473600000,0 ],[ 1276560000000,0 ],[ 1276646400000,0 ],[ 1276732800000,0 ],[ 1276819200000,0 ],[ 1276905600000,0 ],[ 1276992000000,0 ],[ 1277078400000,0 ],[ 1277164800000,0 ],[ 1277270229000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
|
||||
|
||||
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,1,1,0,0,0,0,0,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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,1,0,0,0,0,0,0,0,0,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "bodhi","type": "spline","data": [ [ 1274251390000,6 ],[ 1277270229000,14 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "bodhi","type": "spline","data": [ [ 1274251390000,6 ],[ 1274313600000,0 ],[ 1274400000000,0 ],[ 1274486400000,0 ],[ 1274572800000,0 ],[ 1274659200000,0 ],[ 1274745600000,0 ],[ 1274832000000,0 ],[ 1274918400000,0 ],[ 1275004800000,0 ],[ 1275091200000,0 ],[ 1275177600000,0 ],[ 1275264000000,0 ],[ 1275350400000,0 ],[ 1275436800000,0 ],[ 1275523200000,0 ],[ 1275609600000,0 ],[ 1275696000000,0 ],[ 1275782400000,0 ],[ 1275868800000,0 ],[ 1275955200000,0 ],[ 1276041600000,0 ],[ 1276128000000,0 ],[ 1276214400000,0 ],[ 1276300800000,0 ],[ 1276387200000,0 ],[ 1276473600000,0 ],[ 1276560000000,0 ],[ 1276646400000,0 ],[ 1276732800000,0 ],[ 1276819200000,0 ],[ 1276905600000,0 ],[ 1276992000000,0 ],[ 1277078400000,0 ],[ 1277164800000,0 ],[ 1277270229000,14 ] ] }] };
|
||||
|
||||
window.chart_charts.changed_lines_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "bodhi","type": "spline","data": [ [ 1274251390000,1 ],[ 1277270229000,2 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "bodhi","type": "spline","data": [ [ 1274251390000,1 ],[ 1274313600000,0 ],[ 1274400000000,0 ],[ 1274486400000,0 ],[ 1274572800000,0 ],[ 1274659200000,0 ],[ 1274745600000,0 ],[ 1274832000000,0 ],[ 1274918400000,0 ],[ 1275004800000,0 ],[ 1275091200000,0 ],[ 1275177600000,0 ],[ 1275264000000,0 ],[ 1275350400000,0 ],[ 1275436800000,0 ],[ 1275523200000,0 ],[ 1275609600000,0 ],[ 1275696000000,0 ],[ 1275782400000,0 ],[ 1275868800000,0 ],[ 1275955200000,0 ],[ 1276041600000,0 ],[ 1276128000000,0 ],[ 1276214400000,0 ],[ 1276300800000,0 ],[ 1276387200000,0 ],[ 1276473600000,0 ],[ 1276560000000,0 ],[ 1276646400000,0 ],[ 1276732800000,0 ],[ 1276819200000,0 ],[ 1276905600000,0 ],[ 1276992000000,0 ],[ 1277078400000,0 ],[ 1277164800000,0 ],[ 1277270229000,2 ] ] }] };
|
||||
|
||||
window.chart_charts.commits_sum_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "bodhi","type": "spline","data": [ [ 1274251390000,3 ],[ 1277270229000,7 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "bodhi","type": "spline","data": [ [ 1274251390000,3 ],[ 1274313600000,0 ],[ 1274400000000,0 ],[ 1274486400000,0 ],[ 1274572800000,0 ],[ 1274659200000,0 ],[ 1274745600000,0 ],[ 1274832000000,0 ],[ 1274918400000,0 ],[ 1275004800000,0 ],[ 1275091200000,0 ],[ 1275177600000,0 ],[ 1275264000000,0 ],[ 1275350400000,0 ],[ 1275436800000,0 ],[ 1275523200000,0 ],[ 1275609600000,0 ],[ 1275696000000,0 ],[ 1275782400000,0 ],[ 1275868800000,0 ],[ 1275955200000,0 ],[ 1276041600000,0 ],[ 1276128000000,0 ],[ 1276214400000,0 ],[ 1276300800000,0 ],[ 1276387200000,0 ],[ 1276473600000,0 ],[ 1276560000000,0 ],[ 1276646400000,0 ],[ 1276732800000,0 ],[ 1276819200000,0 ],[ 1276905600000,0 ],[ 1276992000000,0 ],[ 1277078400000,0 ],[ 1277164800000,0 ],[ 1277270229000,7 ] ] }] };
|
||||
|
||||
window.chart_charts.deletions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "bodhi","type": "spline","data": [ [ 1274251390000,3 ],[ 1277270229000,7 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "bodhi","type": "spline","data": [ [ 1274251390000,3 ],[ 1274313600000,0 ],[ 1274400000000,0 ],[ 1274486400000,0 ],[ 1274572800000,0 ],[ 1274659200000,0 ],[ 1274745600000,0 ],[ 1274832000000,0 ],[ 1274918400000,0 ],[ 1275004800000,0 ],[ 1275091200000,0 ],[ 1275177600000,0 ],[ 1275264000000,0 ],[ 1275350400000,0 ],[ 1275436800000,0 ],[ 1275523200000,0 ],[ 1275609600000,0 ],[ 1275696000000,0 ],[ 1275782400000,0 ],[ 1275868800000,0 ],[ 1275955200000,0 ],[ 1276041600000,0 ],[ 1276128000000,0 ],[ 1276214400000,0 ],[ 1276300800000,0 ],[ 1276387200000,0 ],[ 1276473600000,0 ],[ 1276560000000,0 ],[ 1276646400000,0 ],[ 1276732800000,0 ],[ 1276819200000,0 ],[ 1276905600000,0 ],[ 1276992000000,0 ],[ 1277078400000,0 ],[ 1277164800000,0 ],[ 1277270229000,7 ] ] }] };
|
||||
|
||||
window.chart_charts.insertions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
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": [ [ 1315898388000,1 ],[ 1315975330000,1 ],[ 1315975606000,1 ],[ 1315979439000,1 ],[ 1315979810000,1 ],[ 1316056820000,1 ],[ 1317447662000,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": [ [ 1315898388000,1 ],[ 1315975330000,1 ],[ 1315975606000,1 ],[ 1315979439000,1 ],[ 1315979810000,1 ],[ 1316044800000,0 ],[ 1316056820000,1 ],[ 1316131200000,0 ],[ 1316217600000,0 ],[ 1316304000000,0 ],[ 1316390400000,0 ],[ 1316476800000,0 ],[ 1316563200000,0 ],[ 1316649600000,0 ],[ 1316736000000,0 ],[ 1316822400000,0 ],[ 1316908800000,0 ],[ 1316995200000,0 ],[ 1317081600000,0 ],[ 1317168000000,0 ],[ 1317254400000,0 ],[ 1317447662000,1 ] ],"dataGrouping": { "units": [ [ "day",[ 1 ] ],[ "week",[ 1 ] ] ],"forced": true } }] };
|
||||
|
||||
window.chart_charts.activity_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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": [ 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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": [ 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "Bounmy Stephane","type": "spline","data": [ [ 1315898388000,83 ],[ 1315975330000,147 ],[ 1315975606000,155 ],[ 1315979439000,186 ],[ 1315979810000,206 ],[ 1316056820000,246 ],[ 1317447662000,308 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.changed_lines_by_author_by_date" },"subtitle": { },"series": [{ "name": "Bounmy Stephane","type": "spline","data": [ [ 1315898388000,83 ],[ 1315975330000,147 ],[ 1315975606000,155 ],[ 1315979439000,186 ],[ 1315979810000,206 ],[ 1316044800000,0 ],[ 1316056820000,246 ],[ 1316131200000,0 ],[ 1316217600000,0 ],[ 1316304000000,0 ],[ 1316390400000,0 ],[ 1316476800000,0 ],[ 1316563200000,0 ],[ 1316649600000,0 ],[ 1316736000000,0 ],[ 1316822400000,0 ],[ 1316908800000,0 ],[ 1316995200000,0 ],[ 1317081600000,0 ],[ 1317168000000,0 ],[ 1317254400000,0 ],[ 1317447662000,308 ] ] }] };
|
||||
|
||||
window.chart_charts.changed_lines_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "Bounmy Stephane","type": "spline","data": [ [ 1315898388000,1 ],[ 1315975330000,2 ],[ 1315975606000,3 ],[ 1315979439000,4 ],[ 1315979810000,5 ],[ 1316056820000,6 ],[ 1317447662000,7 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.commits_sum_by_author_by_date" },"subtitle": { },"series": [{ "name": "Bounmy Stephane","type": "spline","data": [ [ 1315898388000,1 ],[ 1315975330000,2 ],[ 1315975606000,3 ],[ 1315979439000,4 ],[ 1315979810000,5 ],[ 1316044800000,0 ],[ 1316056820000,6 ],[ 1316131200000,0 ],[ 1316217600000,0 ],[ 1316304000000,0 ],[ 1316390400000,0 ],[ 1316476800000,0 ],[ 1316563200000,0 ],[ 1316649600000,0 ],[ 1316736000000,0 ],[ 1316822400000,0 ],[ 1316908800000,0 ],[ 1316995200000,0 ],[ 1317081600000,0 ],[ 1317168000000,0 ],[ 1317254400000,0 ],[ 1317447662000,7 ] ] }] };
|
||||
|
||||
window.chart_charts.commits_sum_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Bounmy Stephane","type": "spline","data": [ [ 1315898388000,30 ],[ 1315975330000,56 ],[ 1315975606000,60 ],[ 1315979439000,60 ],[ 1315979810000,60 ],[ 1316056820000,70 ],[ 1317447662000,120 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.deletions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Bounmy Stephane","type": "spline","data": [ [ 1315898388000,30 ],[ 1315975330000,56 ],[ 1315975606000,60 ],[ 1315979439000,60 ],[ 1315979810000,60 ],[ 1316044800000,0 ],[ 1316056820000,70 ],[ 1316131200000,0 ],[ 1316217600000,0 ],[ 1316304000000,0 ],[ 1316390400000,0 ],[ 1316476800000,0 ],[ 1316563200000,0 ],[ 1316649600000,0 ],[ 1316736000000,0 ],[ 1316822400000,0 ],[ 1316908800000,0 ],[ 1316995200000,0 ],[ 1317081600000,0 ],[ 1317168000000,0 ],[ 1317254400000,0 ],[ 1317447662000,120 ] ] }] };
|
||||
|
||||
window.chart_charts.deletions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
var onload = window.onload;
|
||||
window.onload = function(){
|
||||
if (typeof onload == "function") onload();
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Bounmy Stephane","type": "spline","data": [ [ 1315898388000,53 ],[ 1315975330000,91 ],[ 1315975606000,95 ],[ 1315979439000,126 ],[ 1315979810000,146 ],[ 1316056820000,176 ],[ 1317447662000,188 ] ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": true,"layout": "vertical","backgroundColor": "#FFFFFF","align": "left","verticalAlign": "top","x": 100,"y": 70,"floating": true,"shadow": true },"xAxis": { "title": { "text": null } },"yAxis": { "title": { "text": "Lines" },"labels": { } },"tooltip": { "enabled": true },"credits": { "enabled": false },"plotOptions": { "areaspline": { } },"chart": { "defaultSeriesType": "line","renderTo": "charts.insertions_by_author_by_date" },"subtitle": { },"series": [{ "name": "Bounmy Stephane","type": "spline","data": [ [ 1315898388000,53 ],[ 1315975330000,91 ],[ 1315975606000,95 ],[ 1315979439000,126 ],[ 1315979810000,146 ],[ 1316044800000,0 ],[ 1316056820000,176 ],[ 1316131200000,0 ],[ 1316217600000,0 ],[ 1316304000000,0 ],[ 1316390400000,0 ],[ 1316476800000,0 ],[ 1316563200000,0 ],[ 1316649600000,0 ],[ 1316736000000,0 ],[ 1316822400000,0 ],[ 1316908800000,0 ],[ 1316995200000,0 ],[ 1317081600000,0 ],[ 1317168000000,0 ],[ 1317254400000,0 ],[ 1317447662000,188 ] ] }] };
|
||||
|
||||
window.chart_charts.insertions_by_author_by_date = new Highcharts.StockChart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,1,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..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,1,0,0,0,0,0,0,0,0,0,0,0,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
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,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 ] }] };
|
||||
var options = { "title": { "text": "" },"legend": { "enabled": false },"xAxis": { "title": { "text": "Hour" },"categories": "0..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,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 ] }] };
|
||||
|
||||
window.chart_charts.activity_by_hour = new Highcharts.Chart(options);
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue