Hi everyone,
I'm using on a map component a line layout and I'd like to animate it with conditional animations from alarms.
From what I see there is only a static color configuration possible, and no possible way to make it conditional. Any ideas about how to do what I want ?
Thanks in advance,
Regards,
Géry
Hi Géry,
Unfortunately, this is currently not possible. Lines on a maps component can only be configured with static colors.
You could work around this by using different queries that each fetch 1 alarm state and refetch these using a trigger component. Each query can then be configured as a source for the lines with a certain color. Note that lines do not support real-time updates from GQI yet, so a trigger component will have to be used here.