문제

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