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

Label is displayed on other label #144

Open
omri6846 opened this issue Jan 20, 2020 · 0 comments
Open

Label is displayed on other label #144

omri6846 opened this issue Jan 20, 2020 · 0 comments

Comments

@omri6846
Copy link

I tried to draw venn with the following data:
var sets = [ {sets: ['A'], size: 50, label: '50'},
{sets: ['B'], size: 50, label: '50'},
{sets: ['C'], size: 50, label: '50'},
{sets: ['A','B'], size: 31, label: '31'},
{sets: ['A','C'], size: 20, label: '20'},
{sets: ['B','C'], size: 10, label: '10'},
{sets: ['A','B', 'C'], size: 1, label: '1'}];

And I got this venn:
image

how can I fix that 1 and 10 in the same location?

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

1 participant