PHP pChart x 轴标签角度
有谁知道如何更改 pChart 中 x 轴标签的角度?我需要倾斜它们,以便可以在单个图表中显示更长的时间范围。
Does anyone know how to change the angle of the x-axis labels in pChart? I need to slant them so a longer timeframe can be displayed in a single graph.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于pChart 2,可以使用drawScale方法的“LabelRotation”格式选项进行配置:
查看drawScale的文档:
http://wiki.pchart.net/doc.doc.draw.scale.html
For pChart 2, it can be configured with the 'LabelRotation' format option of the drawScale method:
Have look at the documentation of the drawScale:
http://wiki.pchart.net/doc.doc.draw.scale.html