In Primefaces 4 we can configure the rotation of axis tick labels as below:
<p:barChart id="idBars" value="#{chartBean.modelChart}"
[...]
style="xaxisAngle=-30"
>
</p:barChart>
Now, how can I configure the rotation of axis tick labels using Primefaces 5 or higher?
Thanks in advance.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…