You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi. I am trying to prevent the circle collision detector script to rescale the markers if they overlap.
I am doing a dataviz project and using sizes to represent data.
even with fixed circle size the algorithm rescales nodes.
any suggestion on turning off this feature?
lambda is wired in too much, so i am not sure what to modify exactly. c1.r *= lambda1; c2.r *= lambda2;
thanks
The text was updated successfully, but these errors were encountered:
hi. I am trying to prevent the circle collision detector script to rescale the markers if they overlap.
I am doing a dataviz project and using sizes to represent data.
even with fixed circle size the algorithm rescales nodes.
any suggestion on turning off this feature?
lambda is wired in too much, so i am not sure what to modify exactly.
c1.r *= lambda1; c2.r *= lambda2;
thanks
The text was updated successfully, but these errors were encountered: