Hello,
What I want is what is mentioned on #770 , but for charts v2.
I have a bar chart and I would like to display the data value inside the bar, without the need to roll the mouse over.
I also have a line chart, with big point size, and I would like to display it’s value inside the point. So, what I want is a chart like that:
Is there a way to do that?
There’s a sample that shows how to do this for bars: https://github.com/chartjs/Chart.js/blob/master/samples/data_label_combo-bar-line.html
@blomdahldaniel it seems that setting the following option solves the flickering issue :
@arth1992 Hiding the values when the dataset is hidden can be done via the code below. (I altered the example from http://stackoverflow.com/questions/31631354/how-to-display-data-values-on-chart-js a little bit)
The problem I have is that the values are drawn over the tooltip. Is there a way to alter the draw order to make sure the values are drawn before the tooltip is drawn?
Same question as @MarijnMensinga as well. I’d like to show the tooltip and the values of the bars but I can’t find a way to draw the values behind the tooltip.

Closing since there is now a plugin that implements these features: chartjs-plugin-datalabels: