Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6143 Rev 6144
Línea 81... Línea 81...
81
        $graph->clearTheme();
81
        $graph->clearTheme();
82
        $graph->SetShadow();
82
        $graph->SetShadow();
Línea 83... Línea 83...
83
 
83
 
84
        $graph->yaxis->scale->SetGrace(5);
84
        $graph->yaxis->scale->SetGrace(5);
-
 
85
        $graph->xaxis->SetTickLabels($label);
-
 
86
 
-
 
87
        $bplot = new Plot\BarPlot($values);
-
 
88
        $bplot->SetFillColor('orange');
-
 
89
        $bplot->SetWidth(0.5);
-
 
90
        $bplot->SetShadow();
-
 
91
 
-
 
92
        $bplot->value->Show();
-
 
93
        $graph->Add($bplot);
-
 
94
 
85
        $graph->xaxis->SetTickLabels($label);
95
        $graph->Stroke($filename);
86
    }
96
    }