Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6099 Rev 6100
Línea 60... Línea 60...
60
        $graph->clearTheme();
60
        $graph->clearTheme();
61
        $graph->img->SetMargin(60, 20, 35, 75);
61
        $graph->img->SetMargin(60, 20, 35, 75);
62
        $graph->SetScale("textlin");
62
        $graph->SetScale("textlin");
63
        $graph->SetShadow();
63
        $graph->SetShadow();
Línea 64... Línea -...
64
 
-
 
65
        // Set up the title for the graph
-
 
66
        $graph->title->Set($title);
-
 
67
        $graph->title->SetMargin(8);
-
 
68
        $graph->title->SetColor("darkred");
-
 
69
 
64
 
70
        // Show 0 label on Y-axis (default is not to show)
65
        // Show 0 label on Y-axis (default is not to show)
Línea 71... Línea 66...
71
        $graph->yscale->ticks->SupressZeroLabel(false);
66
        $graph->yscale->ticks->SupressZeroLabel(false);
72
 
67