I had the same issue as Imi khan but the solution provided does not work anymore in Bootstrap 5.3
The code is now as follows
const myModalEl = document.getElementById('exampleModal')
myModalEl.addEventListener('shown.bs.modal', event => {
chart.render();
})
-
This reply was modified 5 hours, 7 minutes ago by
NK9x.