Topic: Chart destroy method
Although the chart documentation says that dispose function removes the chart instance, it is not possible to create a new chart on the same canvas after calling the dispose method. The JavaScript error indicates that the chart must be destroyed before it can be reused. This is only possible with the destroy method from chartjs....
The destroy function is not available in MDB.
JavaScript error calling new mdb.Chart(...) after chartInstance.dispose():
Uncaught Error: Canvas is already in use. Chart with ID '0' must be destroyed before the canvas with ID 'DocumentCheckTransactionsChart' can be reused.
JavaScript error calling new chart.destroy() or chartInstance.destroy():
Uncaught TypeError: chart[0].destroy is not a function
kpienkowska staff answered 2 years ago
We are aware of that bug. We are working on the fix.
Until then please destroy the chart before dispose. Example of how to do that: https://mdbootstrap.com/snippets/standard/kpienkowska/4434713
neocheck pro premium answered 2 years ago
Fleetenergies pro premium priority answered 2 years ago
URL not working please share working one
kpienkowska staff commented 2 years ago
I've prepared a new snippet: https://mdbootstrap.com/snippets/standard/kpienkowska/4886342
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 5.0.0
- Device: PC
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No