()
| 2990 | ensureCandlestickRendererCount(currentOptions.series.length); |
| 2991 | |
| 2992 | const assertNotDisposed = (): void => { |
| 2993 | if (disposed) throw new Error('RenderCoordinator is disposed.'); |
| 2994 | }; |
| 2995 | |
| 2996 | const cancelUpdateTransition = (): void => { |
| 2997 | if (updateAnimId) { |
no outgoing calls
no test coverage detected