How do change text colour based on data update?
-
I want to change an indicate or text colour based on the data being out of date. The data on the system arrives every 15 seconds so I'd like the flag it when there is no data for, say 60 seconds?
Or how to create an LED indicator type display for the same thing?
How to do this?
-
Hi v8dave,
That sounds to me like a time to use the
ng-class
attribute, where you can use logic to apply one or another CSS class.For example, this thread has an LED of many colors throbbing: https://forum.infiniteautomation.com/topic/4469/how-to-make-style-blinking-via-value/4
There are also many other examples of using ng-class on the forum.