Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Size 1:1 #3

Open
lcottret opened this issue Aug 28, 2020 · 1 comment
Open

Size 1:1 #3

lcottret opened this issue Aug 28, 2020 · 1 comment

Comments

@lcottret
Copy link

Hi,

Thanks for this very useful component ! I have a quite large network to display and I didn't success to display at scale 1:1 in the parent window. Is it possible with your component ?

Regards,
LC

@yuleicul
Copy link
Owner

Sorry to reply so late. Have you tried prop svgSize?

svgSize: {
    type: Object,
    default: () => {
      return {
        width: window.innerWidth,
        height: window.innerHeight
      };
    }
 }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants