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

后端 未结 30 1979
后悔当初
后悔当初 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:23

    In the old days, I decided to roll my own (using RVG/RMagick), mainly because Gruff didn't have everything I wanted. The downside was that finding and eliminating all the bugs in graphing code is a pain. These days Gruff is my choice as it's really gone forward in terms of customization and flexibility.

    The standard Gruff templates/color choices suck though, so you'll need to get your hands dirty for best results.

提交回复
热议问题