In Arango's Game of Thrones example dataset, they show a graph view where character nodes are labeled with two attributes: name and surname. How is this done?
Arango graph viewer example with Game of Thrones character data
The help doesn't explain it.
Graph Viewer Options
Nodes Options Menu:
Label (string): Nodes will be labeled by this attribute. If node attribute is not found, no label will be displayed.
That makes it sound like only a single attribute can be used, yet their example shows the use of two attributes.
