mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
✏️ Fixed log typo
This commit is contained in:
@@ -69,7 +69,7 @@ function initYearsChart(results) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
chart1State = true
|
chart1State = true
|
||||||
console.log("chargment graphique 1 terminé")
|
console.log("chargement graphique 1 terminé")
|
||||||
}
|
}
|
||||||
|
|
||||||
function initDisciplinesChart(results) {
|
function initDisciplinesChart(results) {
|
||||||
@@ -112,6 +112,7 @@ function initDisciplinesChart(results) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
chart2State = true
|
chart2State = true
|
||||||
|
console.log("chargement graphique 2 terminé")
|
||||||
}
|
}
|
||||||
|
|
||||||
function initEstablishmentsChart(results) {
|
function initEstablishmentsChart(results) {
|
||||||
@@ -154,7 +155,7 @@ function initEstablishmentsChart(results) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
chart3State = true
|
chart3State = true
|
||||||
console.log("chargment graphique 3 terminé")
|
console.log("chargement graphique 3 terminé")
|
||||||
}
|
}
|
||||||
|
|
||||||
function initMapVisuals(data) {
|
function initMapVisuals(data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user