I'm writing a jQuery application to allow analysis of data with the help of visual cues. My data is retrieved via XMLHttpRequest in the form of JSON. The visual cues include histograms, spark lines, and various other graph types. The idea is that the user is able to narrow their data via these various visual views.
My question is thus - aside from the Google Charts API, does there exist a JavaScript way of presenting a Venn Diagram?
Requirement: no Flash.
Canvas is acceptable.
In a word:
Raphael
An alternative to the vector-based Raphael approach would be processing.js which is canvas-based. That said, Raphael is a very nice drawing library as well.
I have been playing around a d3js based solution:
https://github.com/sidoh/venn
Hope it helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With