benfred / venn.js

Area proportional Venn and Euler diagrams in JavaScript
MIT License
1.04k stars 218 forks source link

Static size of circles #143

Open techieparamjeet opened 4 years ago

techieparamjeet commented 4 years ago

@benfred ,

Thanks for this great library. i have a scenario where i want to keep the size of circles static irrespective of the size of data passed. can we do it in existing code?

Any help will be appreciated.

Thanks in adavance

techieparamjeet commented 4 years ago

@benfred

Any input on above enhancement?

sgratzl commented 4 years ago

cannot you just pass sizes similar to:

https://github.com/upsetjs/venn.js/blob/eb3e1c2c6a227a485af79a932db056f867e2e3b7/examples/venn_venn.html#L21-L29