updateChartRenderPerformanceState
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/charts/core/renderChartPerformanceState / updateChartRenderPerformanceState
Function: updateChartRenderPerformanceState()
updateChartRenderPerformanceState(
dependencies:ChartRenderPerformanceStateDependencies,input:ChartRenderPerformanceStateInput):void
Defined in: utils/charts/core/renderChartPerformanceState.ts:23
Records summary performance state for the completed Chart.js render.
Parametersβ
dependenciesβ
ChartRenderPerformanceStateDependencies
State accessors used by the chart renderer.
inputβ
ChartRenderPerformanceStateInput
Render duration and rendered chart count.
Returnsβ
void