Skip to main content

updateChartsForSettingChange

FitFileViewer - API Documentation v29.4.0


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

Function: updateChartsForSettingChange()

updateChartsForSettingChange(settingName: string, newValue: any, container?: HTMLElement): Promise<boolean>

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

Handle setting changes with debounced chart updates

Parameters​

settingName​

string

Name of the setting that changed

newValue​

any

New value of the setting

container?​

HTMLElement

Optional container element

Returns​

Promise<boolean>