I have a question on how to construct a Network View. I have dataset with three fields. Host 1, host 2 and direction. Direction has values of either incoming, outgoing or both. How can I render this into a network view that shows these multidirectional relationships? Is there a way to indicate direction based on the direction field?
This is currently not possible (for the arrows to change direction according to a field value), however you might be able to visualise it using other styling options, such as line colouring, thickness etc. (for example IN is red, OUT is blue)