Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

140
Views
Interactive 3 circle venn diagram in JS?

Does anyone know of a library for interactive (hoverable) 3 circle venn diagrams in JS? I need the areas to scale.

Things I tried: https://www.highcharts.com/demo/venn-diagram/brand-light - Doesn't scale area

I am also going to try: Venn Diagram in React JS

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

There is a venn.js library, based on d3.js by Ben Frederickson. He describes the approach in his blog post.

Haven't used it myself, but looks interesting.

Here is a simple example (link to github):

// define sets and set set intersections
var sets = [ {sets: ['A'], size: 12},
             {sets: ['B'], size: 12},
             {sets: ['A','B'], size: 2}];

var chart = venn.VennDiagram();
d3.select("#venn").datum(sets).call(chart);

He also has example for interactive diagram: https://github.com/benfred/venn.js/blob/master/examples/interactive.html

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!