Question

I would like to have text above the bars of my bar chart, can anyone tell me to do it?

Like in this picture :

enter image description here

Thank you.

Était-ce utile?

La solution

I found a solution :

// add an annotation for each bar
series.addAnnotation("text", x, y);
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top