issues
search
kisst
/
mindmap
d3j + yaml + html = magic
Apache License 2.0
3
stars
2
forks
source link
Fix: Create background rect only once
#20
Closed
evenicoulddoit
closed
4 years ago
evenicoulddoit
commented
4 years ago
By use
node
over
nodeEnter
, the
<rect>
element - which was used as the background to a node with a custom background color - was being recreated on each mouse event
Switching to
nodeEnter
appears to fix this problem
node
overnodeEnter
, the<rect>
element - which was used as the background to a node with a custom background color - was being recreated on each mouse eventnodeEnter
appears to fix this problem