daru-view
daru-view copied to clipboard
Google charts features
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.
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
?
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 .