We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be nice to be able to determine autoRescale option for only nodes and edges' sizes but not position for instance.
autoRescale
The proposition here is to create a polymorphism on the autoRescale option:
// Enable full autoRescale settings.autoRescale = true; // Fully disable autoRescale settings.autoRescale = false; // "à la carte" autoRescale settings.autoRescale = ['nodes.size', 'edges.size']; settings.autoRescale = ['nodes.position'];
@sheymann, is that helping for #338 ?
The text was updated successfully, but these errors were encountered:
Yes it would definitely make sense.
Sorry, something went wrong.
d766f24
No branches or pull requests
Would be nice to be able to determine
autoRescale
option for only nodes and edges' sizes but not position for instance.The proposition here is to create a polymorphism on the
autoRescale
option:@sheymann, is that helping for #338 ?
The text was updated successfully, but these errors were encountered: