How do I change the length or strength of connections?
Change thickness of connections
Scale the thickness of connections
Scale length/strength by field in the Advanced Editor
@settings {
connection-strength: scale("strength", 0, 1);
connection-size: scale("strength", 1, 20);
}Set specific strength/length in the Advanced Editor
PreviousHow do I change the default for currency fields?NextHow do I hide control options or change their order?
Last updated
Was this helpful?