You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason when you delete tabs or containers containing a highchart, you will somethings get this error which breaks the application. You even get this error sometimes with responsive apps when a resize needs to happen.
Uncaught TypeError: Cannot read property 'isSVG' of undefined
at a.SVGElement.destroy (highcharts.js:54)
at highcharts.js:304
at a.objectEach (highcharts.js:27)
at l.destroy (highcharts.js:304)
at a.Chart.destroy (highcharts.js:272)
at constructor.destroy (Highcharts.js?_dc=1501863317659:1156)
at constructor.doRemove (Container.js?_dc=1501863317657:2082)
at constructor.doDestroy (Container.js?_dc=1501863317657:1044)
at constructor.callParent (Base.js?_dc=1501863317658:1423)
at constructor.doDestroy (Panel.js?_dc=1501863317659:1253)
The text was updated successfully, but these errors were encountered:
craig2017
changed the title
Deleting tabs or containers containing charts
Uncaught TypeError: Cannot read property 'isSVG' of undefined when deleting or updating charts
Aug 4, 2017
For some reason when you delete tabs or containers containing a highchart, you will somethings get this error which breaks the application. You even get this error sometimes with responsive apps when a resize needs to happen.
The text was updated successfully, but these errors were encountered: