daru-view icon indicating copy to clipboard operation
daru-view copied to clipboard

Google charts features

Open Shekharrajak opened this issue 7 years ago • 2 comments

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.

Shekharrajak avatar Jul 01 '17 08:07 Shekharrajak

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?

v0dro avatar Jul 06 '17 14:07 v0dro

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 .

Shekharrajak avatar Aug 28 '17 17:08 Shekharrajak