Customizing Icon Matrix Chart

The icon matrix shows percentage values by default - the sum of all data value entries represents 100%. The number of icons is capped at 100. 

To calculate it, we sum up all data points, calculate the percentage of the single values first, and then project the value towards the 100 available icons in the matrix (it doesn’t matter if the actual total of data points is smaller or bigger than 100).

For example, the visualization of the data “9 out of 15 babies born are female.”

The default behavior considers the ratio between 15 and 9 and projects it to a hundred. So we’d see 100 total icons (representing the sample size of 15 babies) and 60 colored icons (representing the 9 female babies of the sample). This way the absolute, as well as the relative (60%) ratio, becomes clear.

Changing the Icon

You can pick your own icon to represent your data better! Here's how:

Click the Chart Settings tab. 

Scroll to the Shape section for pre-selected shapes or select Upload SVG to upload a specific SVG icon into the library from your computer. 

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.