dash14 / v-network-graph

An interactive network graph visualization component for Vue 3
https://dash14.github.io/v-network-graph/
MIT License
485 stars 44 forks source link

Changing the v-canvas width and height #70

Closed stephendiadamo closed 2 years ago

stephendiadamo commented 2 years ago

Hello, I'm trying to make the inner canvas larger to fill the entire screen, but I can't seem to figure out how to get it to change from 500x500. Is there a prop I can use in the v-network to make the svg tag containing the network image larger?

Thank you.

stephendiadamo commented 2 years ago

Duplicate of #69.