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.