9.8.0 to 9.9.0

destroy

As of v9.8.0, the destroy method executes automatically when the cq-context component is disconnected from the DOM.

Experimental:
Set the doNotDisconnect flag after creating your chart engine instance to prevent destroy from being called on disconnect:

stxx.uiContext.topNode.doNotDisconnect = true;

Important: See the 9.9.2 Upgrade Instructions for an updated method to prevent destroy from executing when cq-context is disconnected.