Hi Sara. You will need to detect when the chart has fully rendered, and at that moment invoke the action IsReadyForCapture.
Ideally the chart would expose an event that is triggered when the chart was rendered. But if that is not the case, you could try a solution using window.setInterval() and checking if the chart has rendered every 100ms, and if so, call IsReadyForCapture.