Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6098 | Rev 6100 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6098 Rev 6099
Línea 68... Línea 68...
68
        $graph->title->SetColor("darkred");
68
        $graph->title->SetColor("darkred");
Línea 69... Línea 69...
69
 
69
 
70
        // Show 0 label on Y-axis (default is not to show)
70
        // Show 0 label on Y-axis (default is not to show)
Línea 71... Línea -...
71
        $graph->yscale->ticks->SupressZeroLabel(false);
-
 
72
 
-
 
73
        // Setup X-axis labels
-
 
74
        $graph->xaxis->SetTickLabels($datax);
-
 
75
        $graph->xaxis->SetLabelAngle(50);
71
        $graph->yscale->ticks->SupressZeroLabel(false);
76
 
72
 
77
        // Create the bar pot
73
        // Create the bar pot
Línea 78... Línea 74...
78
        $bplot = new Plot\PiePlot($datay);
74
        $bplot = new Plot\PiePlot($datay);