为什么我的网页不显示 Google Charts 图表?
我创建了一个用于 BB 的小网页。除了当我尝试使用 Google 图表显示图像时之外,所有工作都有效。一切都在模拟器上按预期工作,但图表图像在物理设备上不起作用。下面是我在图像标签中使用的 URL。
http://chart.apis.google.com/chart?chs=740x200&chf=bg,s,ffffff|c,s,ffffff&chxt=x,y&chxl=0:|0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|1:|14000|15000|16000|17000|18000|19000|20000|21000|22000|23000&cht=lc&chd=e:eQb5avaZYOfZmMuO0a4v6N7Z8F9D9M9I8r625k3T2Iwgq7ih,e4eQeIdhdQdAcxc4cPcCb4bebCbAa-ayaWaFaHZsZDY8Y6Z3aLaEadaEZsZoXiXiXpXMXAXIXSXTXeXNXGW8XUW8W7XBXHWmWGWdWeWCWPWjW0WwWjWzXAXbX9YZY3ZLZ4aFa2bUbydKd0egetffgkg8hxibjqkSlLl4m5oRpepip8__________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________&chdl=Pre-Dispatch|Dispatch&chco=7DA8CA,92DC6D&chls=3,2,0|3,2,0&chxs=0,000000|1,000000&chg=-10,-100
我缺少什么?
我没有放置操作系统或 BB 版本,因为我无法让它在具有不同版本的 5-6 个不同设备上运行。
谢谢。
I create a little web page that will be used for BB's. All works except for when I try to display an image using Google Charts. All works as expected on the emulator but the chart images do not work on the physical device. Below is the URL I am using in my image tag.
http://chart.apis.google.com/chart?chs=740x200&chf=bg,s,ffffff|c,s,ffffff&chxt=x,y&chxl=0:|0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|1:|14000|15000|16000|17000|18000|19000|20000|21000|22000|23000&cht=lc&chd=e:eQb5avaZYOfZmMuO0a4v6N7Z8F9D9M9I8r625k3T2Iwgq7ih,e4eQeIdhdQdAcxc4cPcCb4bebCbAa-ayaWaFaHZsZDY8Y6Z3aLaEadaEZsZoXiXiXpXMXAXIXSXTXeXNXGW8XUW8W7XBXHWmWGWdWeWCWPWjW0WwWjWzXAXbX9YZY3ZLZ4aFa2bUbydKd0egetffgkg8hxibjqkSlLl4m5oRpepip8__________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________&chdl=Pre-Dispatch|Dispatch&chco=7DA8CA,92DC6D&chls=3,2,0|3,2,0&chxs=0,000000|1,000000&chg=-10,-100
What am I missing?
I did not put an OS or BB version because I cannot get it to work on 5-6 different devices with different versions.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者,如果上述方法不起作用,那么您将需要获取图像。在链接上时,右键单击它,将图片另存为,或者您可以采用以下格式:
将图像名称放入图像标签中,看起来像这样:
然后通过 ftp 等上传,您就应该完成了。
alternatively if the above doesnt work then you will need to get the image. when on the link, right click it, save picture as or you can take this:
put the image name inside the image tags which will look something like this:
then upload via ftp etc etc and you should be done.