Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6097 Rev 6098
Línea 82... Línea 82...
82
        // Set color for the frame of each bar
82
        // Set color for the frame of each bar
83
        $bplot->SetColor("white");
83
        $bplot->SetColor("white");
84
        $graph->Add($bplot);
84
        $graph->Add($bplot);
Línea 85... Línea 85...
85
 
85
 
86
 
86
 
Línea 87... Línea 87...
87
        $graph->Stroke();
87
        $graph->Stroke($filename);
88
    }
88
    }
89
 
89