Closed bf closed 8 years ago
You should be able to set the width/height on the VennDiagram object like:
var chart = venn.VennDiagram()
.width(600)
.height(500);
See examples/dynamic.html for a demo
Thanks!
Thanks! This is a big one, it might make sense to throw this into the main documentation. Great job!
Could we make width and height customizable for the SVG element? I don't find any option to do it.