Skip to content
New issue

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

Graph Display is some how cut #63

Closed
LasneF opened this issue Sep 11, 2023 · 2 comments
Closed

Graph Display is some how cut #63

LasneF opened this issue Sep 11, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@LasneF
Copy link
Contributor

LasneF commented Sep 11, 2023

taking the sampple provided as ... sample meaning
https://github.com/pb33f/openapi-changes/blob/main/sample-specs/petstorev3.json

and analyzing the change explore graphe in horizontal mode it gives
image

but in vertical mode it gives
image

meaning missing Document as root , and las segment of schema and 400 as highlighted on screen shot

@daveshanley
Copy link
Member

Yes, this is a problem with my 'display port' code that is deciding how big to make the canvas rendering the graph. I need to tune this up, I was expecting it to start chopping bits off with deep flows.

@daveshanley daveshanley added the bug Something isn't working label Sep 12, 2023
daveshanley added a commit that referenced this issue Jan 19, 2024
Signed-off-by: quobix <dave@quobix.com>

Addressed panic reported in #86

Addressed #63 (increased canvas manually for now)

Signed-off-by: quobix <dave@quobix.com>
@daveshanley daveshanley mentioned this issue Jan 19, 2024
daveshanley added a commit that referenced this issue Jan 20, 2024
Signed-off-by: quobix <dave@quobix.com>

Addressed panic reported in #86

Addressed #63 (increased canvas manually for now)

Signed-off-by: quobix <dave@quobix.com>
@daveshanley
Copy link
Member

I have added a change that increases the canvas size significantly. It seems to work well on all the examples I tried that I know got cut.

Fixed in v0.0.53

Screenshot 2024-01-19 at 8 42 20 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants