Lisha
10-17-2022Cloud Apps
Widget refresh
Hello,
I have added a widget script which performs my required action and at the end I want to refresh the widget.
Everything is working fine but the widget keeps on refreshing again and again. I...
Try below script to change color
ev.result.gauge.color = 'green'
Example:
widget.on('processresult',function(se, ev){
var value = 5
if(value > 5 )
ev.result.gauge.color = 'green'
else
ev.result.gauge.color = 'red'
})
Always here to help,
Harry from QBeeQ
[email protected]
www.qbeeq.pl