Is there a way to show the value of a bar without having to hover?

Is there a way to show the value of a bar without having to hover? I saw an earlier example with %s on pie charts, wanted to know if values on bar/columns was also something that was possible.

 

You should be able to use the HiCharts API to find lables on the bar and show them by default.  Their API documentation is really good, and the example for bar charts should give you direction on applying it to the before render snippett.