Oatmeal
Oatmeal

Reputation: 759

How to draw charts/graphs on ROR web app

Is there any API to draw charts/graphs in ROR web app. I need the data to be drawn from my database (Sqlite3).

Upvotes: 2

Views: 1916

Answers (3)

Kashiftufail
Kashiftufail

Reputation: 10885

You should use Jquery highcharts

  http://www.highcharts.com/

Upvotes: 4

Sergey K
Sergey K

Reputation: 5107

Highcharts-rails gem can help you. Also, there's a Railscast describing what to do

Upvotes: 2

benchwarmer
benchwarmer

Reputation: 2774

Install this gem. Go through the wiki section. Seems pretty easy.

Upvotes: 3

Related Questions