added link to node name

This commit is contained in:
alejandro.campos@artica.es 2022-12-16 11:17:47 +01:00
parent 38d279581a
commit 69631da08a

View File

@ -4020,6 +4020,8 @@ function draw_elements_graph() {
"px !important; text-align:center; text-anchor:middle; fill:#000000" "px !important; text-align:center; text-anchor:middle; fill:#000000"
) )
.html(function(d) { .html(function(d) {
d.text = ellipsize(d.text, 30);
return get_node_name_ov(d, true, font_size); return get_node_name_ov(d, true, font_size);
}) })
.classed("dragable_node fill_fff", true) //own dragable .classed("dragable_node fill_fff", true) //own dragable