Tima version:
LHS version:
DeltaTima version:
GeometryServer version:
FMS type:
Client:
Diagnosis and Solution: This can happen when the client, instead of having 5 compliance categories, has 3, for which the following must be done:
- Leave the lag-past and lead-past colors transparent black (metadata/topo_online_config.json in server bucket in MinIO)}
- Delete the past delay and past advance values from the settings in the TIMA back-end.
- Trigger a refresh of compliance_charts and legends.
"colorFueraPlan": "#e2b900",
"colorDentroPlan": "#12cc37",
"colorAtrasoPlan": "#f90000",
"colorAdelantoPasado": "#00000000",
"colorAtrasoPasado": "#00000000",
In topo\_online\_config.json you see something like the configuration of three categories. When it says black-transparent it is the definition in ARGB, that is "#AARRGGBB" where "AA" is the transparency channel and "RRGGBB" the three color channels. "#00000000" is black-transparent.