Having an issue with my bar chart from Google Chart not displaying float numbers. Other types of bar charts provided by Google Chart work fine, but this specific type doesn't show the float numbers.
Here is the code I have written: http://jsfiddle.net/2nf8x41g/1/
I am looking for a solution that does not involve changing the declaration type like:
var data = new google.visualization.DataTable();
data.addColumn("Unit", "February", "Previous Month", "Previous 2 months");
Thank you in advance!