谷歌图表 API:LXY 图表的轴错误?

发布于 2024-10-02 02:51:44 字数 1039 浏览 4 评论 0原文

我正在尝试使用 Google Charts API 显示一些非常简单的数据。

我的数据是一系列 X,Y 点:

(1,44) (2,46) (3,46) (4,43) (5,46) 和 (6,44)。

X轴:从0到300,步长50 Y 轴:从 1 到 50,第 5 步

我应该在图表的左侧顶部几乎得到一条线(43-46 接近 50)。

但这是我得到的:

URL = http://chart.apis .google.com/chart?cht=lxy&chs=500x300&chd=t:1,2,3,4,5,6|44,46,46,43,46,44&chxt=x,y&chxr =0,0,300,50|1,0,50,5

wrong?

如果我更改 Y 轴,1 到 100(而不是 50),没关系...

URL = http ://chart.apis.google.com/chart?cht=lxy&chs=500x300&chd=t:1,2,3,4,5,6|44,46,46,43,46,44&chxt =x,y&chxr=0,0,300,50|1,0,100,5

我可能弄错了,但我找不到问题所在。

I'm trying to display some very simple data using Google Charts API.

My data are a serie of X,Y points:

(1,44) (2,46) (3,46) (4,43) (5,46) and (6,44).

X-axis : from 0 to 300, step 50
Y-axis : from 1 to 50, step 5

I should end up with a line almost in the top, to the left, of the chart (43-46 are near 50).

But here is what I get:

URL = http://chart.apis.google.com/chart?cht=lxy&chs=500x300&chd=t:1,2,3,4,5,6|44,46,46,43,46,44&chxt=x,y&chxr=0,0,300,50|1,0,50,5

wrong?

If I change Y-axis, 1 to 100 (instead of 50), it's ok...

URL = http://chart.apis.google.com/chart?cht=lxy&chs=500x300&chd=t:1,2,3,4,5,6|44,46,46,43,46,44&chxt=x,y&chxr=0,0,300,50|1,0,100,5

I'm probably mistaking, but I can't find what is wrong.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文