//SHARED //helper to destroyChart on change function destroyChart(instance) { if (instance) instance.destroy(); } // Система уведомлений function showNotification(message, type = "success") { const notification = document.getElementById("notification"); const notificationText = document.getElementById("notificationText"); if (!notification || !notificationText) return; notificationText.textContent = message; notification.className = `fixed top-4 right-4 z-50 animate-fade-in`; if (type === "error") { notification.innerHTML = `
Нет данных о зарплатах
' }Нет данных о расходах
' }${ todo.description }