Here is a liverun showing some client-side basics in HTML and Javascript that can be used to create your own Venn Diagrams. Were Venn Diagrams something you learnt at school, to do with โset theoryโ? It can be an interesting area of mathematics, and statistics, perhaps. In todayโs tutorial we do an example involving Geckoes โฆ yes, Geckoes โฆ not echoes โฆ but, Geckoes โฆ the inspiration for which came from this great link (thanks). You can read about it from Wikipedia here.
This HTML/Javascript solution uses an HTML canvas element, which you can first read about, at this blog, here.
You may want to read more at HTML Canvas Reference as a generic reference, or here, at the tutorial javascript โ How do I add a simple onClick event handler to a canvas element? โ Stack Overflow.
Here is a very useful link that helped with an algorithm to determine if two circles intercept โฆ thanks.
Link to some downloadable HTML programming code โฆ rename to venn_diagramhtml
If this was interesting you may be interested in this too.