Forum Replies Created by NK9x

Viewing 1 post (of 1 total)
  • in 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 5 hours, 7 minutes ago by NK9x.
Viewing 1 post (of 1 total)