Skip to main content

updateCharts

FitFileViewer - API Documentation v29.4.0


FitFileViewer - API Documentation / utils/charts/core/chartUpdater / updateCharts

Function: updateCharts()

updateCharts(reason: string, container?: HTMLElement): Promise<boolean>

Defined in: utils/charts/core/chartUpdater.js:44

Unified interface for triggering chart updates

Parameters​

reason​

string

Reason for the chart update (for logging)

container?​

HTMLElement

Optional container element

Returns​

Promise<boolean>