Adding Extra Space to JointJS Paper Without PaperScroller #2732
-
IntroductionHello everyone, I am working on a project using JointJS where I need to add extra space to the top or left of a paper. Currently, I'm using a standard dia.Paper without PaperScroller, and I'm encountering a limitation where the edges of the paper restrict my ability to add more space. I have considered a couple of solutions: Using PaperScroller: This approach would allow for an infinite paper experience, but due to some constraints in my project, I am unable to implement it. Add additional space to the top or left of the paper: Without using PaperScroller, is there a way to dynamically add more space or adjust the visible area? Thank you! Steps to reproduceNo response Restrictions & ConstraintsNo response Does your question relate to JointJS or JointJS+. Select both if applicable.JointJS, JointJS+ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You have 2 options:
I don't fully understand why you consider moving the paper origin as an issue. Especially if you use the local "graph" coordinates in your application, nothing will change. |
Beta Was this translation helpful? Give feedback.
You have 2 options:
I don't fully understand why you consider moving the paper origin as an issue. Especially if you use the local "graph" coordinates in your application, nothing will change.