What is your preferred way to produce charts in a Ruby on Rails web application?

后端 未结 30 1995
后悔当初
后悔当初 2020-12-12 08:47

I\'d like to add some pie, bar and scatter charts to my Ruby on Rails web application. I want want them to be atractive, easy to add and not introduce much overhead.

<
30条回答
  •  爱一瞬间的悲伤
    2020-12-12 09:25

    GoogleCharts and Gruff charts are great, but sometimes they lack some features that I need for more scientific plotting. There is a gem for gnuplot which may be helpful for some of these situations.

    http://rgplot.rubyforge.org/

提交回复
热议问题