Kaynağa Gözat

reports - ottimizzazione aggiornamento grafici

ferrari 2 ay önce
ebeveyn
işleme
aaee20a9f9
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      resources/views/livewire/reports.blade.php

+ 0 - 2
resources/views/livewire/reports.blade.php

@@ -709,10 +709,8 @@
                 container.innerHTML = tableHtml;
             },
             updateYearlyTable: function (yearlyData) {
-                console.log('here');
                 const container = document.getElementById('yearly-table');
                 if (!container) return;
-                console.log('here2');
 
                 const incomeData = yearlyData.datasets[0].data;
                 const expenseData = yearlyData.datasets[1].data;