使用 gchart (googlecharts) gem 时出错 - NameError: 未初始化的常量 Gchart

发布于 2024-09-07 10:34:02 字数 411 浏览 3 评论 0原文

http://googlecharts.rubyforge.org/

我安装了它: sudo gem install googlecharts

它安装得很好,但每当我尝试使用它时,我都会得到: NameError:未初始化的常量 Gchart

这是我正在运行的代码:

$ irb
>> require 'gchart'
=> true
>> Gchart.line(:data => [0, 40, 10, 70, 20])
NameError: uninitialized constant Gchart
    from (irb):2

http://googlecharts.rubyforge.org/

I installed it with:
sudo gem install googlecharts

It installed fine, but whenever I try to use it I get:
NameError: uninitialized constant Gchart

Here is the code I am running:

$ irb
>> require 'gchart'
=> true
>> Gchart.line(:data => [0, 40, 10, 70, 20])
NameError: uninitialized constant Gchart
    from (irb):2

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

隔纱相望 2024-09-14 10:34:02

凯尔,我也遇到这个问题了。还有另一个名为 gchart 的 gem,它与 googlecharts 冲突,因为它们都在 Ruby 中使用名称“gchart”。您需要卸载 gchart:gem uninstall gchart 并可能重新安装 googlecharts。

Kale, I had this problem too. There's another gem called gchart which conflicts with googlecharts as they both use the name 'gchart' in Ruby. You need to uninstall gchart: gem uninstall gchart and potentially reinstall googlecharts.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文