I am working on R to build interactive Venn Diagram. I am currently using the VennDiagram library to do this but to make an interactive Venn diagram is not possible with this library. Can anyone help me in this.
Asked
Active
Viewed 879 times
5
-
This seems both off-topic for the lack of code to demonstrate teh inability with a particular package as well as too broad because it's essentially giving us a project to set up. complete, and document. Seems more appropriate for a consultation specification at market rates. – IRTFM Apr 05 '19 at 04:46
-
What do you call interactive ? You can have interaction with `RShiny` that refresh Venn Diagram on inputs – Clemsang Apr 05 '19 at 12:28
-
@Clemsang by interactive I mean pointer connection. When I hover the mouse pointer on a category it should go deeper into that category. – Abhishek Agnihotri Apr 06 '19 at 10:10
-
@ABHISHEKAGNIHOTRI I really don't know if this is possible. But you can have a conditionnal plot based on Shiny inputs to define category and plot the subselection only – Clemsang Apr 08 '19 at 06:37
-
@Clemsang It is really helpful. I have tried something similar and it worked. Thank you. – Abhishek Agnihotri Apr 08 '19 at 13:30