I’m trying to create a histogram of a list of fee amounts. I want it to bin the datapoints into columns but also still display each individual datapoint so a reader can hover over each datapoint to see the specific amount.
Here I’m showing two examples, one of the datapoints stacked and one of them binned, but I’m not sure if and how I can combine them:
Ideally it would look something like this (I made this also in plot, but using the grid mark to simulate the separate cells, which doesn’t allow me to put a different tooltip over each cell):
(Also, if I’m going to use the cell mark, I couldn’t figure out if there’s an easy way to reverse the y-axis so it’s also counting up from the bottom.)