Hello forum.
I am working on a svg extension and started from a VizPacker export.
I would like to have my svg visualization area to fill the whole space, but there is a thick white border around that.
I checked the code in Chrome Developer Tools and I can see that there is a
transform="translate(24,24)" in <g class="v-m-main"> and a
transform="translate(24,24)" in <g class="v-m-plot">
which is probably responsibly for that behaviour.
How can i adjust this? (And extending the width and height for the visualization area accordingly)
Thank you very much for your help, De Selby