Open
Description
If multiple Text items are assigned to a relationship type, and the content for one of the Text items is null for at least one of the relationships, Bloom does not display the entire text.
For example, if the relationship type is connects_to
and the property values are as follows:
A-[connects_to {x: 1, y: null}]->B
B-[connects_to {x: 2, y: null}]->C
C-[connects_to {x: 3, y: 4.56}]->D
if we want to display text on the relationships, here is what is expected:
, and here is the actual result:
This is happening in Bloom 2.12.0. Bloom 2.7.0 didn't have this issue.
UPDATE: One way to prevent this is to define rule-based text display and say if the property value is not equal to null, then display it.
Metadata
Metadata
Assignees
Labels
No labels