https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17282 --- Comment #1 from Alex Arnaud <alex.arnaud@biblibre.com> --- Created attachment 55412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55412&action=edit 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, - make reports, - draw charts, - that's all -- You are receiving this mail because: You are watching all bug changes.