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

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

    I just started using googlecharts for my rails 3 project. It is nice and clean, and seems to be the only google visualization api based gem which is alive. Others are inactive and mostly use the old google charts api (released somewhere in 2007-2008).

    https://github.com/mattetti/googlecharts

提交回复
热议问题