I need to create a waffle chart that should show the percentage coverage of my project's data. We are using JasperReports, but unfortunately I couldn't find how to implement the report's design like this:
Maybe someone faced something similar?
I need to create a waffle chart that should show the percentage coverage of my project's data. We are using JasperReports, but unfortunately I couldn't find how to implement the report's design like this:
Maybe someone faced something similar?
If you are open to Python, PyWaffle could be the one you are looking for. It is a Python package based on matplotlib.
Here is a similar question and more detailed introduction of the package: How to do waffle charts in python? (square piechart)