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

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

    Google charts is very nice, but it's not a rails only solution. You simple use the programming language of your choice to dynamically produce urls that contain the data and google returns you back a nice image with your chart.

    http://code.google.com/apis/chart/

提交回复
热议问题