New dashboard and Graphics Engine Class, that also includes the SVG Vector Graphics...
[fa-stable.git] / reporting / includes / reports_classes.inc
index c96378f7337b99dc93d1b87651c47ec29e056f8d..c4a476ed66cec4cba15da90253a87fc8dc91b875 100644 (file)
@@ -253,7 +253,7 @@ class BoxReports
 
                                case 'GRAPHIC':
                                        $sel = array(_("No Graphics"), _("Vertical bars"), _("Horizontal bars"), 
-                                                               _("Dots"), _("Lines"), _("Pie"), _("Donut"));
+                                                               _("Dots"), _("Lines"), _("Pie"), _("Donut"), _("Half donut"), _("Spline"));
                                        return array_selector($name, null, $sel);
 
                                case 'SYS_TYPES':