How to create waffle chart?

176 Views Asked by At

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:

Waffle chart example

Maybe someone faced something similar?

1

There are 1 best solutions below

0
Guangyang Li On

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)