0

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?

Alex K
  • 22,315
  • 19
  • 108
  • 236
Arty Mart
  • 1
  • 2

1 Answers1

0

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)

Guangyang Li
  • 2,711
  • 1
  • 24
  • 27