Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 510 Rev 512
Línea 449... Línea 449...
449
 
449
 
450
            $values = [$valueSection, $totalQuestion];
450
            $values = [$valueSection, $totalQuestion];
Línea 451... Línea 451...
451
            $valueFormQuestions = $valueFormQuestions + $totalQuestion;
451
            $valueFormQuestions = $valueFormQuestions + $totalQuestion;
452
 
452
 
453
 
453
 
454
            $filename = 'data' . DIRECTORY_SEPARATOR . 'tmp' . $sections[$i]['slug_section'] . '.png';
454
            $filename = 'data' . DIRECTORY_SEPARATOR . 'self-evaluation' . $sections[$i]['slug_section'] . '.png';
455
            $pdf->barChart($labels, $values, '', $filename);
455
            $pdf->barChart($labels, $values, '', $filename);
456
            $pdf->SetFont('Arial', '', 8);
456
            $pdf->SetFont('Arial', '', 8);
Línea 471... Línea 471...
471
        $pdf->setY($pdf->getY() + 10);
471
        $pdf->setY($pdf->getY() + 10);
Línea 472... Línea 472...
472
 
472
 
Línea 473... Línea 473...
473
 
473
 
474
        $values = [$valueFormSections, $valueFormQuestions];
474
        $values = [$valueFormSections, $valueFormQuestions];
475
 
475
 
476
        $filenameGeneral = 'data' . DIRECTORY_SEPARATOR . 'tmp' . uniqid() . '.png';
476
        $filenameGeneral = 'data' . DIRECTORY_SEPARATOR . 'self-evaluation' . uniqid() . '.png';
Línea 477... Línea 477...
477
        $pdf->barChart($labels, $values, '', $filenameGeneral);
477
        $pdf->barChart($labels, $values, '', $filenameGeneral);