Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 541 Rev 549
Línea 431... Línea 431...
431
 
431
 
432
            $values = [$valueSection, $totalQuestion];
432
            $values = [$valueSection, $totalQuestion];
Línea 433... Línea 433...
433
            $valueFormQuestions = $valueFormQuestions + $totalQuestion;
433
            $valueFormQuestions = $valueFormQuestions + $totalQuestion;
434
 
434
 
435
 
435
 
436
            $filename = 'data' . DIRECTORY_SEPARATOR . 'tmp'. $sections[$i]['slug_section'] . '.png';
436
            $filename = 'data' . DIRECTORY_SEPARATOR . 'data/self-evaluation/'. $sections[$i]['slug_section'] . '.png';
437
            $pdf->barChart($labels, $values,'',$filename);
437
            $pdf->barChart($labels, $values,'',$filename);
438
            $pdf->SetFont('Arial', '', 8);
438
            $pdf->SetFont('Arial', '', 8);
Línea 453... Línea 453...
453
        $pdf->setY($pdf->getY() + 10);
453
        $pdf->setY($pdf->getY() + 10);
Línea 454... Línea 454...
454
 
454
 
Línea 455... Línea 455...
455
 
455
 
456
        $values = [$valueFormSections, $valueFormQuestions];
456
        $values = [$valueFormSections, $valueFormQuestions];
457
 
457
 
458
        $filenameGeneral = 'data' . DIRECTORY_SEPARATOR . 'tmp'. uniqid() . '.png';
458
        $filenameGeneral = 'data' . DIRECTORY_SEPARATOR . 'data/self-evaluation/'. uniqid() . '.png';
Línea 459... Línea 459...
459
        $pdf->barChart($labels, $values, '', $filenameGeneral);
459
        $pdf->barChart($labels, $values, '', $filenameGeneral);