Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6121 Rev 6128
Línea 60... Línea 60...
60
        $graph->clearTheme();
60
        $graph->clearTheme();
61
        $graph->SetShadow();
61
        $graph->SetShadow();
Línea 62... Línea 62...
62
 
62
 
63
        // Create the bar pot
63
        // Create the bar pot
64
        $bplot = new Plot\PiePlot($datay);
64
        $bplot = new Plot\PiePlot($datay);
-
 
65
        $bplot->SetLabels($datax);
Línea 65... Línea 66...
65
        $bplot->SetLegends($datax, 0.5);
66
        $bplot->SetLabelPos(1);
66
 
67
 
67
        // Setup color for gradient fill style
68
        // Setup color for gradient fill style
-
 
69
        // Set color for the frame of each bar
68
        // Set color for the frame of each bar
70
        $bplot->SetColor("white");
Línea 69... Línea 71...
69
        $bplot->SetColor("white");
71
        $bplot->SetLabelType(PIE_VALUE_PER);
70
        $graph->Add($bplot);
72
        $graph->Add($bplot);