Added and tested ChartJS features for more aesthetically appealing graphs to many reports

git-svn-id: svn://192.168.202.10@2568 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-07-31 14:19:56 +00:00
parent 739f898299
commit 31ab0f1ad4
28 changed files with 15234 additions and 2542 deletions
@@ -20,6 +20,7 @@
# 150909-1417 - Added $active_only_default_campaigns option for admin.php
# 160102-1249 - Added htmlconvert option for modify lead pages
# 160106-1321 - Added disable_user_group_bulk_change option
# 160715-0752 - Added graph_canvas_size option for HTML reports
#
# used by the realtime_report.php script
@@ -97,4 +98,7 @@ $htmlconvert=1;
# disable the user_group_bulk_change.php utility
$disable_user_group_bulk_change=0;
# canvas size in pixels for Chartjs-style graphs (width and height)
$graph_canvas_size=600;
?>