Onion Diagram | Stack Venn Diagram Library for Android

Puskal khadka
1 min readMay 4, 2021
onion diagram, stacked venn diagram android library
screenshot of the implemented library

Some days ago, I had to implement a stacked Venn diagram also known as an Onion Diagram analysis in one of our apps.
Till this time of writing this blog, I haven’t found any related library for this task. So I think why not create a library that may help those who are struggling with this?

This library is so easy to use and you can also customize it easily. You have the option to choose whether you want to make the inner radius uniform irrespective of data or make the inner radius automatic according to data passed. You can change text size, color, alignment, and so on. You can give custom colors to each layer. Also, you can make a layer to display raw data or automatically convert percentage data.

So to implement and know more about this library, please go through this GitHub repo.

https://github.com/puskal-khadka/OnionDiagram

If you want some new features then please kindly raise an issue. Also if you want to contribute to this library, then I am pleased to accept your pull request. Happy Coding.

--

--