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