Вопрос

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.

Это было полезно?

Решение

I found a solution :

// add an annotation for each bar
series.addAnnotation("text", x, y);
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top