()
| 634 | }; |
| 635 | |
| 636 | const unbindCoordinatorInteractionXChange = (): void => { |
| 637 | if (!unsubscribeCoordinatorInteractionXChange) return; |
| 638 | try { |
| 639 | unsubscribeCoordinatorInteractionXChange(); |
| 640 | } finally { |
| 641 | unsubscribeCoordinatorInteractionXChange = null; |
| 642 | } |
| 643 | }; |
| 644 | |
| 645 | const disposeDataZoomSlider = (): void => { |
| 646 | dataZoomSlider?.dispose(); |
no outgoing calls
no test coverage detected