diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/entities/graph/entities-graph.directive.js b/vitrage_dashboard/dashboard/static/dashboard/project/entities/graph/entities-graph.directive.js index ec2606e..ce5da19 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/entities/graph/entities-graph.directive.js +++ b/vitrage_dashboard/dashboard/static/dashboard/project/entities/graph/entities-graph.directive.js @@ -73,7 +73,7 @@ function hzEntitiesGraph() { .style("stroke", "darkgray") .style("stroke-width", "1") .style("fill", "#FFFFFF") - .attr('r', function(item) { return 14; }); + .attr('r', function(item) { return circleRadius; }); // Set special style to the found node if (value && value !== '') {