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

Advice on scaling the viz on smaller devices #132

Closed
dagda1 opened this issue Jan 25, 2024 · 1 comment
Closed

Advice on scaling the viz on smaller devices #132

dagda1 opened this issue Jan 25, 2024 · 1 comment

Comments

@dagda1
Copy link

dagda1 commented Jan 25, 2024

Describe the problem

I have increased the height and width of the pipeline node model.

const task: PipelineNodeModel = {
  width: NEW_TASK_WIDTH,
  height: NEW_TASK_HEIGHT,

Now, the nodes do not fit on the screen on smaller resolutions:

n
ode

As I am relatively new to this package, I don't know what my options are in this scenario.

I think it would be good to have a vertical layout for mobiles but all I can find is the PipelineDagreLayout.

Are there any other layouts or are there any docs about creating your own layout?

@dagda1
Copy link
Author

dagda1 commented Jan 26, 2024

TLDR; of the above post would be...

Can I display aPipelineDagreLayout in stacked form or is horizontal the only option. If not, is there any guidance on creating vertical PipelineDagreLayout layout

@dagda1 dagda1 closed this as completed Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

No branches or pull requests

1 participant