top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Are there any charting libraries out there that I could use with ROR for displaying simple bar, line and pie graphs?

0 votes
540 views

I need to display some charts/graphs based upon user inputs on my web application built using Ruby on Rails.
Are there any charting libraries out there that I could use with ROR for displaying simple bar, line and pie graphs?

posted Sep 26, 2015 by Bob Wise

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
There's quite a few actually. You can check out HighCharts or for something even easier to learn check out Chartkick.

2 Answers

+1 vote
 
Best answer

http://chartkick.com/ is awesome. I used it in one of my projects. You can integrate it even using pure Javascript.

answer Sep 26, 2015 by Sonu Jindal
0 votes

Check Flot javascript library. There is a gem encapsulating this, flot-rails.

answer Sep 26, 2015 by Rameshwar
Similar Questions
+6 votes

For example : if i want to make a call .. How can i exploit the methode that make this call or send a message .... ?

+1 vote

My Ruby on Rails App needs to connect to a ODBC Datasource that has SSL only enabled.

Can somebody give me an example of connecting to a ODBC Source with SSL?

I constantly get SSL required error. I don't see the option of passing SSL Certificates via UnixODBC. May be something I am missing.

+1 vote

I have added force_ssl in ApplicationController. Then thin start --ssl. It took me to https, but with red cross. i.e. Not trusted site.

I tried with creating the certificate with - http://www.napcsweb.com/blog/2013/07/21/rails_ssl_simple_wa/
Still the same. Can anyone suggest?

+5 votes

Are there any open sourced live tracking (AR) libraries for Android?

The task I wish to accomplish is to find the floor area of the room in the image captured thru camera. I have tried to use OpenCV and I could not accomplish this without using Markers. Please suggest some other libraries or a working solution with OpenCV.

Thanks in Advance.

+1 vote

I deployed one small app in heroku built on ROR, now I want to send mails. How is it possible can anyone give me a details how to do it.

...