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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.