I have a bar chart created using flot jsFiddle Code
Now i need to place labels properly because if there will be no space between stack bars then the label is getting messed up. I am thinking of placing the labels at the right of the bar chart.How to do it?
If you dont want to mess the current canvas, in flot
octxis the overlay canvas on the main canvas. You can do all the labelings, tooltips, highlightings on theoctx. I am sharing you basic calling of the canvas.