Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6102 Rev 6103
Línea 54... Línea 54...
54
        // We need some data
54
        // We need some data
55
        $datay = $values;
55
        $datay = $values;
56
        $datax = $labels;
56
        $datax = $labels;
Línea 57... Línea 57...
57
 
57
 
58
        // Setup the graph.
58
        // Setup the graph.
59
        $graph = new Graph\PieGraph(400, 240);
59
        $graph = new Graph\PieGraph(600, 340);
60
        $graph->clearTheme();
-
 
61
        // $graph->img->SetMargin(60, 20, 35, 75);
-
 
62
        // $graph->SetScale("textlin");
60
        $graph->clearTheme();
Línea 63... Línea -...
63
        $graph->SetShadow();
-
 
64
 
-
 
65
        // Show 0 label on Y-axis (default is not to show)
-
 
66
        // $graph->yscale->ticks->SupressZeroLabel(false);
61
        $graph->SetShadow();
67
 
62
 
68
        // Create the bar pot
63
        // Create the bar pot
Línea 69... Línea 64...
69
        $bplot = new Plot\PiePlot($datay);
64
        $bplot = new Plot\PiePlot($datay);