谷歌图表 API:LXY 图表的轴错误?
我正在尝试使用 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)。
但这是我得到的:
如果我更改 Y 轴,1 到 100(而不是 50),没关系...
我可能弄错了,但我找不到问题所在。
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:
If I change Y-axis, 1 to 100 (instead of 50), it's ok...
I'm probably mistaking, but I can't find what is wrong.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果添加数据比例,图表就会正确显示。
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&chds=0,300,0,50
If you add data scale the chart does show correctly.
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&chds=0,300,0,50