fix statkpi

This commit is contained in:
2024-11-04 14:25:39 +04:00
parent ed4f797a59
commit c6f01119de
2 changed files with 3 additions and 10 deletions
-8
View File
@@ -310,13 +310,6 @@ include('parsedatachart.php');
<div class="filter-sidebar" id="filterSidebar">
<?php
// 'refNumbers' => $refNumbers,
// 'productsSeasons' => $productsSeasons,
// 'ageRange' => $ageRange,
// 'labName' => $labName,
// 'tesType' => $tesType,
// 'numberLabs' => $numberLabs,
?>
<div class="form-group">
<label for="productsRefnumber">Product Ref Number</label>
@@ -778,7 +771,6 @@ include('parsedatachart.php');
$('#totalTests').text(data.totalTests);
$('#failedTests').text(data.failedTests);
$('#failedTestsPercent').text('(' + data.failedTestsPercent.toFixed(2) + '%)');
// Aggiorna il grafico della distribuzione delle analisi
if (data.analysisDistribution && data.analysisDistribution.length > 0) {
// Ordina i dati per numero di test e prendi solo i primi 15