in frontend/src/features/cypher/CypherUtil.js [304:313]
size: getEdgeSize(labelName),
caption: getCaption('edge', val),
...getEdgeColor(labelName),
};
}
if (!Object.prototype.hasOwnProperty.call(edgeLabelCaptions, labelName)) {
edgeLabelCaptions[labelName] = 'label';
// if has property named [ name ], than set [ name ]
if (Object.prototype.hasOwnProperty.call(val.properties, 'name')) {