Koha/koha-tmpl/intranet-tmpl/prog/css
Alex Arnaud edb627bcf2 Bug 17282: Ability to create charts for SQL reports
Add a form under report's result that allow to configure and draw a
chart (pie, bar, line and combination).

Pie: Usefull only for a two-column report's result

bar: Horizontal: Can be horizontal or vertical (check/uncheck
horizontal checkbox),
     Group: allows to group columns (stacked bar chart),
     Line: show some columns as line in a bar chart (combination)

line: line chart :)

This patch adds 2 new js libraries: d3js and c3js:
  - c3.min.css
  - c3.min.js
  - d3.min.js

Test plan:
- Apply this patch,
- execute a report,
- click on show chart settings button (in the tool bar),
- draw chart (click on draw button),
- check the chart

Features:
- Include all rows (ignore pagination),
- Download the chart (svg),
- Choose x column and y columns,
- Exclude last line (Rollup)

Signed-off-by: Michal Denar <black23@gmail.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-10-01 13:56:35 +00:00
..
src Bug 17282: Ability to create charts for SQL reports 2018-10-01 13:56:35 +00:00
treeview
addbiblio.css
buttons.dataTables.min.css
cateditor.css Bug 21362: Advanced editor: Fix tab navigation in fixed fields 2018-09-28 19:29:58 +00:00
datatables.css
hierarchy.css
humanmsg.css
installer.css
itemsearchform.css
login.css
mainpage.css Bug 20647: (alternate) When ILL is enabled the hover effect on the ILL requests button is wrong 2018-08-10 10:38:12 +00:00
preferences.css
print.css Bug 16575: Irregular behaviour using window.print() followed by window.location.href 2018-07-19 16:12:56 +00:00
printreceiptinvoice.css
quotes.css
reports.css Bug 21132: Highlight active filters on saved report page 2018-08-09 11:41:53 +00:00
right-to-left.css
select2.css Bug 21148: Dropdowns styled by the Select2 plugin do not highlight missing required fields 2018-08-09 10:44:31 +00:00
spinelabel.css
staff-global.css Bug 16424: Compiled CSS 2018-09-28 19:17:13 +00:00
tinymce.css
uploader.css