Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7144 Rev 7145
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
        $graph->legend->SetFrameWeight(1);
-
 
87
        $graph->legend->SetColumns($label);
-
 
88
        $graph->xaxis->SetTickLabels($label);
-
 
Línea 89... Línea 86...
89
 
86
 
90
        $bplot = new Plot\BarPlot($values);
87
        $bplot = new Plot\BarPlot($values);
91
        $bplot->SetFillColor('orange');
88
        $bplot->SetFillColor('orange');
92
        $bplot->SetWidth(0.5);
89
        $bplot->SetWidth(0.5);