pChart php 图形生成
我想知道一种使用 pChart 反转 y 轴的方法。我希望 y 轴从 0 和 1、2、3、4 等向下开始,而不是向上(如果有意义的话)。在搜索引擎排名的情况下,数字越低越好,我希望图表通过反转 y 轴来反映这一点。有什么想法吗?
I want to know a way of inverting the y-axis using pChart. I want the y-axis to start at 0 and 1,2,3,4 etc down, rather than up if that makes sense. In the case of search engine rankings a lower number is better and I want the graph to reflect that by inverting the y-axis. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
搜索引擎不关心您的 y 轴是否颠倒,尤其是在位图图像文件上。你只是让你的代码更难维护。只需按照预期方式使用 pChart 即可。
Search engines don't care if your y-axis is upside down, especially on an a bitmap image file. You're just making your code less maintainable. Just use pChart they way it's intended.
我唯一的建议是将排名设为负数。它可能不是完美的表示,但它会反转轴值,并且应该仍然可读。
My only suggestion is to make the rankings as negative numbers. It may not be a perfect representation, but it will invert the axis values, and should still be readable.