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.