mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
added link to node name
This commit is contained in:
parent
38d279581a
commit
69631da08a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user