Skip to main content

completeChartDataRender

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/charts/core/renderChartDataCompletion / completeChartDataRender

Function: completeChartDataRender()

completeChartDataRender(dependencies: CompleteChartDataRenderDependencies, input: SuccessfulChartRenderCompletionInput): Promise<SuccessfulChartRenderCompletionResult>

Defined in: utils/charts/core/renderChartDataCompletion.ts:33

Completes a successful chart data render pass with state, hover, and notification updates.

Parameters​

dependencies​

CompleteChartDataRenderDependencies

Runtime completion dependencies and fallback accessors.

input​

SuccessfulChartRenderCompletionInput

Render timing and visible chart count.

Returns​

Promise<SuccessfulChartRenderCompletionResult>

Final render duration and chart count.