Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7051 Rev 7142
Línea 81... Línea 81...
81
        $graph = new Graph\Graph(700, count($values) * 50, 'auto');
81
        $graph = new Graph\Graph(700, count($values) * 50, 'auto');
82
        $graph->SetScale('textint');
82
        $graph->SetScale('textint');
83
        $graph->clearTheme();
83
        $graph->clearTheme();
84
        $graph->SetShadow();
84
        $graph->SetShadow();
85
        $graph->Set90AndMargin(130, 30, 60, 30);
85
        $graph->Set90AndMargin(130, 30, 60, 30);
86
 
-
 
-
 
86
        $graph->legend->SetFrameWeight(1);
-
 
87
        $graph->legend->SetColumns($label);
87
        $graph->xaxis->SetTickLabels($label);
88
        $graph->xaxis->SetTickLabels($label);
Línea 88... Línea 89...
88
 
89
 
89
        $bplot = new Plot\BarPlot($values);
90
        $bplot = new Plot\BarPlot($values);
90
        $bplot->SetFillColor('orange');
91
        $bplot->SetFillColor('orange');