PHP pChart x 轴标签角度

发布于 2024-10-19 18:10:39 字数 62 浏览 6 评论 0原文

有谁知道如何更改 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

说好的呢 2024-10-26 18:10:39

对于pChart 2,可以使用drawScale方法的“LabelRotation”格式选项进行配置:

$image->drawScale( array( ... , 'LabelRotation'=>10  , ... ) );

查看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:

$image->drawScale( array( ... , 'LabelRotation'=>10  , ... ) );

Have look at the documentation of the drawScale:
http://wiki.pchart.net/doc.doc.draw.scale.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文