Deej
Deej

Reputation: 5352

Implement graph to call and display data from rails database.

I was wondering is it possible to implement a graph into rails application that can call an display information from a database (.rb). If so what, what is the best possible solution to doing this?

Upvotes: 0

Views: 88

Answers (1)

cailinanne
cailinanne

Reputation: 8372

I'm going to rephrase your question and answer it in two parts.

Part 1. What do you recommend as a good charting/graphing package for a web application?

Lots of options out there, but, hands down, I prefer Highcharts.

Part 2. How do I integrate Highcharts with my Rails application?

See the Railscast on the topic.

Upvotes: 2

Related Questions