vue-network-d3
vue-network-d3 copied to clipboard
Size 1:1
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
Sorry to reply so late. Have you tried prop svgSize?
svgSize: {
type: Object,
default: () => {
return {
width: window.innerWidth,
height: window.innerHeight
};
}
}