Waffle Chart Visualization

by Matt Mickle on August 24, 2021
This blog post describes an alternative visualization for a pie chart.

A waffle chart is a data visualization that displays data in a square 10 x 10 grid.  Each square in the grid represents 1% of the total.  This type of chart can be used as a substitute for a pie chart.  Pie charts are great at displaying a part to whole relationship, but they can often be difficult for the viewer to interpret do to visual perception of angles and the difficulty with comparison.  The waffle chart is far easier to interpret because it contains uniform squares that represent the same value.  While waffle charts are typically composed of squares in this example we’ll use bullet points to create a more aesthetically pleasing visual.  To accomplish this, you can review the example file and the commented worksheet event code.  The code uses the data values to determine the appropriate number of bullets to color.  When the values in the data table are updated the event code updates the waffle chart accordingly.

 

09_Waffle_Chart

 

Example File(s)

Recent Posts