updateZoneColorPreview
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/ui/modals/openZoneColorPicker / updateZoneColorPreview
Function: updateZoneColorPreview()
updateZoneColorPreview(
field:any,zoneIndex:any,newColor:any):void
Defined in: utils/ui/modals/openZoneColorPicker.js:542
Updates zone color preview in real-time (if chart is visible)
Parametersβ
fieldβ
any
The field name
zoneIndexβ
any
Zone index (0-based)
newColorβ
any
New color value
Returnsβ
void