What is an easy way to display graphs in Ruby?

2019-09-04 08:35发布

I am looking at some graphing options, and would like one that has the cleanliness of Sparklines gem but that doesn't require Rmagick. I'd like one with some clear tutorials, too.

3条回答
唯我独甜
2楼-- · 2019-09-04 09:21

I use win32ole to get Excel to create graphs. Probably more suitable if you're on a desktop rather than a web server.

查看更多
Ridiculous、
3楼-- · 2019-09-04 09:27

What's the problem with Rmagick? I'm just thinking a little more info might help, but because of that restriction I guess my answer probably won't suit you either--I'd say switch to JRuby and use any of the packages available on the jvm.

查看更多
祖国的老花朵
4楼-- · 2019-09-04 09:28

Check out http://railscasts.com/episodes/223-charts as a possible solution.

查看更多
登录 后发表回答