php pchart 2.0 x轴横坐标位置(底部而不是顶部)

发布于 2024-11-28 08:53:02 字数 186 浏览 1 评论 0原文

使用 pchart 2 我正在寻找一种可靠的(希望是内置的)方法将条形图的横坐标(x 轴)移动到图表的底部而不是顶部。

按照标准,x 轴呈现在顶部

因此考虑到上面的图像,我想移动“点击”轴到图表的底部。

谢谢

Using pchart 2 I am looking for a reliable (hopefully built in) way to move the abscissa (x-axis) of a bar chart to the bottom of the chart rather than the top.

As standard the x-axis renders at the top

So considering the above image, I would like to move the 'Hits' axis to the bottom of the chart.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

絕版丫頭 2024-12-05 08:53:02

您可以使用:

$MyData->setAxisPosition(0,AXIS_POSITION_BOTTOM);

事实上,像 setAbscissaPosition 这样的东西会更容易。

You can use :

$MyData->setAxisPosition(0,AXIS_POSITION_BOTTOM);

indeed, something like setAbscissaPosition would be easier.

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