Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invisible triple intersection #141

Open
omri6846 opened this issue Sep 19, 2019 · 1 comment
Open

Invisible triple intersection #141

omri6846 opened this issue Sep 19, 2019 · 1 comment

Comments

@omri6846
Copy link

I have a scenario with 3 circles and venn.js can't draw the triple intersection, the problem is that the label is invisible and I want to show it in the intersection location.

the scenario:
var sets = [ {sets: ['A'], size: 1200, label:'1200'},
{sets: ['B'], size: 1200, label:'1200'},
{sets: ['C'], size: 1200, label:'1200'},
{sets: ['A','B'], size: 20, label:'20'},
{sets: ['B','C'], size: 20, label:'20'},
{sets: ['A','C'], size: 20, label:'20'},
{sets: ['B','C','A'], size: 10, label:'10'},];

the result:
image

I want to see the label "10" at the center of the Venn.
what can I do?

@omkarshelar
Copy link

Did you figure out a way do make them intersect? If so how?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants