... until the collector arrives ...
On Mathematica bar charts, you can add tooltips showing the values for each bar thus:
BarChart[data] /. Rectangle[a_, {b_, c_}] :> Tooltip[Rectangle[a, {b, c}], c]