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

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

    The new Google Visualization appears to produce charts that are of more varied type, better looking and interactive than Google Graphs.

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

提交回复
热议问题