benfred / venn.js

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

Fixed radius of circles #106

Closed arupgsh closed 7 years ago

arupgsh commented 7 years ago

The size of circles in venn diargam calculated using the value of elements. But huge difference between datasets result in poor visibility of the smaller circle. So, how can I set a fixed radius to the circles?

NazarDmytrakh commented 4 years ago

Hi, @arupgsh . Have you found a solution for this?