I have a morris.js bar graph. I want to place count on top of this graph. I looked into morris.js bar doc, could not find any.
count
On hover it should display
enter link description here
barColors:function(e){ if(e.label=="2014"){ return "#EA7756"; }else if(e.label=="2015"){ return "#91D180"; }else{ return "#FDAA4C"; } }