SciRuby / daru-view

daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
https://sciruby.github.io/daru-view/
MIT License
95 stars 20 forks source link

Google charts features #34

Open Shekharrajak opened 7 years ago

Shekharrajak commented 7 years ago

google Datatable have lots of features . But in google_visualr all the methods are not defined. May be google charts is updated or added new methods/features. (Also google_visualr is not maintained for long). There may be different google chart gem that is better than this. All we can have some good methods in daru-view that can handle most of the methods.

v0dro commented 7 years ago

You can use the most robust Ruby adapter first for most of the functionality and implement the rest of the features in daru-view itself. How do you plan to let users write their own JS for modifying the charts when they want to access advanced functionality like events or methods?

Shekharrajak commented 7 years ago

I see that there is add_listner in google charts, that can be used. But I am still finding good usage and examples for it .