updated build files
This commit is contained in:
parent
bc60619434
commit
4f71ab3203
@ -107,6 +107,7 @@ LICENSE
|
|||||||
jQuery UI 1.8 MIT or GPL
|
jQuery UI 1.8 MIT or GPL
|
||||||
PHPGraphLib MIT
|
PHPGraphLib MIT
|
||||||
CLOC 1.62 GPL
|
CLOC 1.62 GPL
|
||||||
|
Flot https://github.com/flot/flot/blob/master/LICENSE.txt
|
||||||
Chart.js MIT
|
Chart.js MIT
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -372,15 +372,19 @@ $this->load->view (
|
|||||||
<?=htmlspecialchars($project->name)?>
|
<?=htmlspecialchars($project->name)?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="graph_main_commits_per_month" style="width:50%; height: 400px; margin-bottom: 1em;">
|
<div>
|
||||||
|
|
||||||
|
<div id="graph_main_commits_per_month" style="width:500px; height: 400px; margin-bottom: 1em; float: left; position: relative;">
|
||||||
</div> <!-- graph_main_commits_per_month-->
|
</div> <!-- graph_main_commits_per_month-->
|
||||||
|
|
||||||
<div id="graph_main_commits_per_user" style="width:50%; height: 400px; margin-bottom: 1em;">
|
<div id="graph_main_commits_per_user" style="width:500px; height: 400px; margin-bottom: 1em; float: left; position: relative;">
|
||||||
</div> <!-- graph_main_commits_per_user-->
|
</div> <!-- graph_main_commits_per_user-->
|
||||||
|
|
||||||
<div id="graph_main_commit_share_by_user" style="width:50%; height: 400px; margin-bottom: 1em;">
|
<div id="graph_main_commit_share_by_user" style="width:500px; height: 400px; margin-bottom: 1em; float: left; position: relative;">
|
||||||
</div> <!-- graph_main_commits_per_user-->
|
</div> <!-- graph_main_commits_per_user-->
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div> <!-- graph_main_mainarea -->
|
</div> <!-- graph_main_mainarea -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,6 +5,22 @@ www_DATA = \
|
|||||||
creole.js \
|
creole.js \
|
||||||
jquery.min.js \
|
jquery.min.js \
|
||||||
jquery-ui.min.js \
|
jquery-ui.min.js \
|
||||||
|
jquery.flot.canvas.min.js \
|
||||||
|
jquery.flot.min.js \
|
||||||
|
jquery.flot.categories.min.js \
|
||||||
|
jquery.flot.crosshair.min.js \
|
||||||
|
jquery.flot.errorbars.min.js \
|
||||||
|
jquery.flot.fillbetween.min.js \
|
||||||
|
jquery.flot.image.min.js \
|
||||||
|
jquery.flot.navigate.min.js \
|
||||||
|
jquery.flot.pie.min.js \
|
||||||
|
jquery.flot.resize.min.js \
|
||||||
|
jquery.flot.selection.min.js \
|
||||||
|
jquery.flot.stack.min.js \
|
||||||
|
jquery.flot.symbol.min.js \
|
||||||
|
jquery.flot.threshold.min.js \
|
||||||
|
jquery.flot.time.min.js \
|
||||||
|
excanvas.min.js \
|
||||||
Chart.js
|
Chart.js
|
||||||
|
|
||||||
EXTRA_DIST = $(www_DATA)
|
EXTRA_DIST = $(www_DATA)
|
||||||
|
@ -239,6 +239,22 @@ www_DATA = \
|
|||||||
creole.js \
|
creole.js \
|
||||||
jquery.min.js \
|
jquery.min.js \
|
||||||
jquery-ui.min.js \
|
jquery-ui.min.js \
|
||||||
|
jquery.flot.canvas.min.js \
|
||||||
|
jquery.flot.min.js \
|
||||||
|
jquery.flot.categories.min.js \
|
||||||
|
jquery.flot.crosshair.min.js \
|
||||||
|
jquery.flot.errorbars.min.js \
|
||||||
|
jquery.flot.fillbetween.min.js \
|
||||||
|
jquery.flot.image.min.js \
|
||||||
|
jquery.flot.navigate.min.js \
|
||||||
|
jquery.flot.pie.min.js \
|
||||||
|
jquery.flot.resize.min.js \
|
||||||
|
jquery.flot.selection.min.js \
|
||||||
|
jquery.flot.stack.min.js \
|
||||||
|
jquery.flot.symbol.min.js \
|
||||||
|
jquery.flot.threshold.min.js \
|
||||||
|
jquery.flot.time.min.js \
|
||||||
|
excanvas.min.js \
|
||||||
Chart.js
|
Chart.js
|
||||||
|
|
||||||
EXTRA_DIST = $(www_DATA)
|
EXTRA_DIST = $(www_DATA)
|
||||||
|
Loading…
Reference in New Issue
Block a user