Shekhar Prasad Rajak

Results 199 comments of Shekhar Prasad Rajak

I am interested to contribute to this repo. Let me know features it has. I have used the[ google chart ](https://developers.google.com/chart/interactive/docs/gallery/linechart#examples) in my web page. But I want to use...

Sometime I see similar error when I run `rails s ` . But I found that after fixing some syntax error in my controller , it is working fine.

I have added a example here : http://nbviewer.jupyter.org/github/Shekharrajak/google_visualr/blob/setup_for_iruby_notebook/lib/google_visualr/notebook_example/google_visualr_examples.ipynb Ping @winston , please have a look in the PR. If google_visualr is usable in IRuby notebook then it will be very...

if this PR is merged, then it will be very helpful for me to use it in [Daru](https://github.com/SciRuby/daru) gem and plugin gem [daru-view](https://github.com/Shekharrajak/daru-view). So please try to review it as...

I didn't understand the error msg : https://travis-ci.org/winston/google_visualr/jobs/240452702 , please let me know what is the traivs failure.

@winston , no problem. I think ruby developers uses IRuby notebook. It will be very easy if they see charts in notebook using small code. I will work on more...

Thanks for reply. Actually we need to things : 1. Load the JS file when we do `require google_visualr` in iruby notebook . Means load `` 2. When we want...

I don't think there is need of any other JS apart from this `https://www.google.com/jsapi` , right ?

This is the output for `locale` command : ``` shekharrajak@HackerDude ➜ ~ locale LANG=en_IN LANGUAGE=en_IN:en LC_CTYPE=en_IN LC_NUMERIC="en_IN" LC_TIME="en_IN" LC_COLLATE="en_IN" LC_MONETARY="en_IN" LC_MESSAGES="en_IN" LC_PAPER="en_IN" LC_NAME="en_IN" LC_ADDRESS="en_IN" LC_TELEPHONE="en_IN" LC_MEASUREMENT="en_IN" LC_IDENTIFICATION="en_IN" LC_ALL= ``` I...