A custom built bubble map visualization of page hit data provided by Fwd Compliance. Each circle corresponds to a city at the center of the circle; the larger the radius, the more hits that have come from that city. You can hover over each disk to get information on the corresponding city.
This type of visualization gives a nice view of of the overall distribution of visits and illustrates the relative density very clearly. Getting information on specific regions is fairly difficult but I have added some functionality to help. You can use the slider to increase or decrease the number of cities displayed (up to 2500 of the nearly 6000 cities in the data). you can also zoom in a bit to help get a better view of a particular region.
An alternative view of the same data is presented in this hexbin map, which I think makes it much easier to parse regional information.
In addition, another bubble map that displays this data is presented in this Leaflet map. The main advantage of that map is the familiarity of the interface. This map has many other advantages including
This visualization was developed in this notebook on Observable. Note that the notebook is private, thus you must be logged in to the CDN Observable account to see it. This webpage is served completely independently of Observable.