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
I'm probably doing something wrong but I don't understand why ipyelk is ignoring certain layout options:
Node( id="x", labels=[{"text": "x"}], width=80, # ignored height=50, # ignored layoutOptions = { layout_options.NodeLabelPlacement.identifier: "V_CENTER H_CENTER", # ignored layout_options.NodeSizeConstraints.identifier: "PORTS PORT_LABELS NODE_LABELS MINIMUM_SIZE", layout_options.NodeSizeMinimum.identifier: "80, 50", # this one works } )
What am I doing wrong? I tried using .clear_defaults() on the loader but it just put the label on the top left with no padding instead...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm probably doing something wrong but I don't understand why ipyelk is ignoring certain layout options:
What am I doing wrong? I tried using .clear_defaults() on the loader but it just put the label on the top left with no padding instead...
The text was updated successfully, but these errors were encountered: