I have ~ 60 million records of timestamps (HH:MM) and I want to see how those records are distributed through out the day.
I did a line graph with the timestamps on the X axis and the count of each timestamp on the Y and that worked a bit. I had to disable a bunch of stuff because of the volume of records.
But I feel like there would be a better way. I'm open to suggestions.