好的,我想在 Ruby 中绘制图表,所以我找到了名为 Googlecharts 的 gem。这是问题所在:
-> % irb
1.9.2-p320 :001 > require 'gchart'
=> true
1.9.2-p320 :002 > Gchart.line(:size => '200x200', :title => 'title', :bg => 'ffffff', :data => [10,20,30,50])
=> "http://chart.apis.google.com/chart?"
如您所见,没有链接。怎么了?