plantuml / backlog

Contains all issues for plantuml that are not currently working-in-progress
0 stars 0 forks source link

Add Venn Digramm Support! #22

Open aadrian opened 7 years ago

aadrian commented 7 years ago

Please add Venn Diagramm Support!

Thank you.

VladimirAlexiev commented 6 years ago

The best JS venn diagram library is https://github.com/benfred/venn.js/. It's the only one I found that can handle any number of sets: the others are limited to 3-4 sets. It's also interactive: on hover shows the slice and number for it. Example: http://vladimiralexiev.github.io/CH-names/cranach-venn.html (described at http://vladimiralexiev.github.io/CH-names/README.html#sec-3-2)

aadrian commented 6 years ago

@VladimirAlexiev thanks for the links.

Would be nice though if PlantUML would support them.

VladimirAlexiev commented 6 years ago

My impression is that @arnaudroques is never afraid to integrate something existing. In this case maybe venn.js can be translated to java. Or incorporated using the Rhino JS engine in java?

trothwell commented 3 years ago

Updates?

arnaudroques commented 1 year ago

@ggrossetie Maybe something for kroki ?

ggrossetie commented 1 year ago

Interesting! Yes, it could be a nice addition but we will probably need to sanitize the input. @VladimirAlexiev @aadrian Could you please open a new issue at http://github.com/yuzutech/kroki ?