Chart JS not reloading in Partial View

👍:0

Try to initialize the chart object when opening the jQueryUI dialog, and .destroy() it on the closing dialog event.
Also you can try setting maintainAspectRatio: false if it still doesn’t work the second time.

Leave a comment