clbustos / svg-graph

SVG:::Graph is a pure Ruby library for generating charts, which are a type of graph where the values of one axis are not scalar. SVG::Graph has a verry similar API to the Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, because SVG::Graph started as a loose port of SVG::TT::Graph, although the internal code no longer resembles the Perl original at all.
http://www.germane-software.com/software/SVG/SVG::Graph/
Other
13 stars 36 forks source link

Trying to use svg-graph with ruby2.0 #9

Open sebunger opened 9 years ago

sebunger commented 9 years ago

Hi,

I'm trying to use svg-graph with ruby on rails running on ruby 2.0 and I'm getting this:

.../gems/svg-graph-1.0.5/lib/SVG/Graph/Graph.rb:3: warning: class variable access from toplevel

LoadError (cannot load such file -- parsedate):
  app/controllers/***_controller.rb:2:in `<top (required)>'

Any idea as to how to fix that? Cheers, Seb

trimble commented 9 years ago

No, sorry. I haven't actually played with svg-graph in quite a while. I might get a chance to poke in a couple of weeks. I'll let you know if I stumble across anything helpful.

sebunger commented 9 years ago

Thanks, Seb On Sep 11, 2015 8:22 AM, "Todd Trimble" notifications@github.com wrote:

No, sorry. I haven't actually played with svg-graph in quite a while. I might get a chance to poke in a couple of weeks. I'll let you know if I stumble across anything helpful.

— Reply to this email directly or view it on GitHub https://github.com/clbustos/svg-graph/issues/9#issuecomment-139368865.