Pregunta

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.

¿Fue útil?

Solución

I found a solution :

// add an annotation for each bar
series.addAnnotation("text", x, y);
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top