Skip to main content

completeSuccessfulChartRender

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/charts/core/renderChartSuccessfulCompletion / completeSuccessfulChartRender

Function: completeSuccessfulChartRender()

completeSuccessfulChartRender(dependencies: SuccessfulChartRenderCompletionDependencies, input: SuccessfulChartRenderCompletionInput): Promise<SuccessfulChartRenderCompletionResult>

Defined in: utils/charts/core/renderChartSuccessfulCompletion.ts:101

Runs the success side effects that follow chart construction.

Parameters​

dependencies​

SuccessfulChartRenderCompletionDependencies

Runtime, state, notification, and DOM dependencies.

input​

SuccessfulChartRenderCompletionInput

Render timing and visible field summary.

Returns​

Promise<SuccessfulChartRenderCompletionResult>

Final render duration and chart count.