質問

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