diff --git a/src/graph/Edge.js b/src/graph/Edge.js index 485820fc..c90f79d6 100644 --- a/src/graph/Edge.js +++ b/src/graph/Edge.js @@ -128,6 +128,7 @@ Edge.prototype.setProperties = function(properties, constants) { else { if (properties.color.color !== undefined) {this.color.color = properties.color.color;} if (properties.color.highlight !== undefined) {this.color.highlight = properties.color.highlight;} + if (properties.color.hover !== undefined) {this.color.hover = properties.color.hover;} } }