(message)
| 670 | } |
| 671 | |
| 672 | function renderErrorMessage(message) { |
| 673 | const chart = document.getElementById("predictionChart"); |
| 674 | if (chart) { |
| 675 | chart.innerHTML = `<p class="error-text">${message}</p>`; |
| 676 | } |
| 677 | } |
| 678 | |
| 679 | function resolveRelativeUrl(base, relativePath) { |
| 680 | try { |