Visualizing Google autofill usage

This experimental data visualization brings to life a year's worth of autofill usage in Google Chrome.

A falling circle represents each autofill event. The size of each circle corresponds to the number of times a specific autofill suggestion was used. The more frequently a suggestion was used, the larger the circle represented.

The colors are used to differentiate between different Autofill Profiles in the visualization. Each circle represents an Autofill Profile, and its color is determined by its index in the data array modulo the number of colors, creating a repeating pattern of colors as we cycle through the data.

To transform the data iI employed the capabilities of the GPT-4 Advanced Data Analysis mode. With its assistance, I generated the JS and HTML code required for the animated visualization. Read more about downloading your Google data here.