updateChartsForThemeChange
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/charts/core/chartUpdater / updateChartsForThemeChange
Function: updateChartsForThemeChange()
updateChartsForThemeChange(
newTheme:string):Promise<boolean>
Defined in: utils/charts/core/chartUpdater.ts:135
Handle theme changes with proper chart updates.
Parametersβ
newThemeβ
string
The new theme name.
Returnsβ
Promise<boolean>
Whether the update request was accepted or rendered.
Throwsβ
Re-throws chart state manager or fallback render failures.