Proportional Highlighting     Code Shared on GitHub

Proportional highlighting displays linked data in aggregate graphs. Use the slider to adjust the percentage of data rows selected.

12345678101112

Aggregate graphs display data that is aggregated using simple functions such as count, sum, and average. For simplicity, the graphs above display the count of rows in each category.

In aggregate graphs, each element displays multiple rows, so proportional highlighting displays the proportion of selected rows. Stephen Few has written one of the best explanations of proportional highlighting ("Highlighting Methods", p. 12-23).

Stephen Few

Few describes several outstanding problems with proportional highlighting, which this study attempts to address.

User Interface

Implementation

This project uses React, Material-UI, and d3.

Further Reading