[Dashboard] "ma-point-value" use both 'flash-on-change' and 'font color' properties
-
Hi all,
I'm trying to use both the flash-on-change and font color property of ma-point-value, however, whenever I set a non-default font color, the flash-on-change behavior stops. Any help is much appreciated. cheers.
Examples:
- flash-on-change working as expected
<ma-point-value id="display-v-100" enable-popup="down" style="position: absolute; left: 744px; top: 99px; width: 35px; height: 15px; background: white; font-size: 10px;" point-xid="V1" hide-event-indicator="false" flash-on-change="true" display-type="rendered"></ma-point-value>
- flash-on-change doesn't work
<ma-point-value id="display-v-100" enable-popup="down" style="position: absolute; left: 744px; top: 99px; width: 35px; height: 15px; background: black; color: white; font-size: 10px;" point-xid="V1" hide-event-indicator="false" flash-on-change="true" display-type="rendered"></ma-point-value>
Warm regards,
Michael