]> git.agnieray.net Git - galette.git/commit
Add basic charts; refs #157
authorJohan Cwiklinski <johan@x-tnd.be>
Wed, 8 Feb 2012 20:09:11 +0000 (21:09 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 2 Feb 2013 16:19:04 +0000 (17:19 +0100)
commit21a39794056578521ca1ad1600b4290e7d540882
tree2cbe09524d88fd9e5f9a4c4f02301976ce4c9dfd
parent1785cef6ecebfbcac51a1845bf73bdf42f08a8cc
Add basic charts; refs #157

Based on jquery jqplot library, add some charts:
- members status (pie),
- members state of dues (pie),
- contributions types (pie),
- contributions amount per month (bar).
14 files changed:
galette/charts.php [new file with mode: 0644]
galette/config/versions.inc.php
galette/includes/jquery/jqplot-1.0.4r1121/excanvas.min.js [new file with mode: 0644]
galette/includes/jquery/jqplot-1.0.4r1121/jquery.jqplot.css [new file with mode: 0644]
galette/includes/jquery/jqplot-1.0.4r1121/jquery.jqplot.min.js [new file with mode: 0644]
galette/includes/jquery/jqplot-1.0.4r1121/plugins/jqplot.barRenderer.min.js [new file with mode: 0644]
galette/includes/jquery/jqplot-1.0.4r1121/plugins/jqplot.categoryAxisRenderer.min.js [new file with mode: 0644]
galette/includes/jquery/jqplot-1.0.4r1121/plugins/jqplot.pieRenderer.min.js [new file with mode: 0644]
galette/includes/jquery/jqplot-1.0.4r1121/plugins/jqplot.pointLabels.min.js [new file with mode: 0644]
galette/lib/Galette/Core/Smarty.php
galette/lib/Galette/IO/Charts.php [new file with mode: 0644]
galette/templates/default/charts.tpl [new file with mode: 0644]
galette/templates/default/galette.css
galette/templates/default/page.tpl