Tested tool guide
Tested browser tools
Checked August 16, 2026
What Waffle Chart Generator does, with a checked example
A waffle chart is a 10-by-10 grid of 100 cells in which each cell stands for exactly one percentage point. You enter a percentage or several values that sum to 100, pick colors, and choose between plain squares and a repeating icon fill; the tool paints the grid and leaves the remainder empty. The thing users most often misjudge is precision: cells are whole points, so a value like 73.4% renders as 73 filled cells, and counting cells back out of the finished grid is harder than it looks.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
A 10-by-10 grid of 100 cells in which 73 are filled with the chosen color and 27 are left empty.
Each cell equals one percentage point, so 73% fills 73 cells and leaves 100 minus 73, or 27, cells empty; the two counts always add to 100.