updatePreviousChartState
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/charts/core/chartNotificationState / updatePreviousChartState
Function: updatePreviousChartState()
updatePreviousChartState(
chartCount:number,visibleFields:number,timestamp:number):void
Defined in: utils/charts/core/chartNotificationState.ts:58
Update the previous chart-render state after a render pass.
Parametersβ
chartCountβ
number
Current chart count.
visibleFieldsβ
number
Current visible field count.
timestampβ
number
Current render timestamp.
Returnsβ
void