Home Forums Report Bugs Chart Width problem with Bootsrap Modal Popup Reply To: Chart Width problem with Bootsrap Modal Popup

#60622

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 2 weeks, 2 days ago by NK9x.