try fix graph in modal

This commit is contained in:
DhammaCharts 2022-07-10 08:10:12 +01:00
parent f80d90d6aa
commit 7db81d0173

View File

@ -121,7 +121,14 @@
{{end}}
// draw graph in modal
// draw graph in modal // not working
// const containerModal = document.getElementById("graph-container-modal")
// // retry if the graph is not ready
// if (!containerModal) return requestAnimationFrame(render)
// // clear the graph in case there is anything within it
// containerModal.textContent = ""
drawGraph(
{{strings.TrimRight "/" .Site.BaseURL}},
true,