Frage

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.

War es hilfreich?

Lösung

I found a solution :

// add an annotation for each bar
series.addAnnotation("text", x, y);
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top