I was seeking some guidance on open-source, stable, efficient and
better library (plugin/gem) for generating chars and graphs in rails.
here i am looking for graphs/charts with multiple scale in a single
axis. also i am having concerns for exporting charts in some of report
like pdf or image etc.
Please let me your thoughts/experience/guidance on this.
But none of these 3 chart ‘components’ allow the user to ‘zoom in’ and ‘scroll’ the view… I’m still searching for something like this. Preferably, it would request ‘JSON’ / ‘XML’ data real-time as the user scrolls to or zooms to regions of the chart… Or did I not read the Google Chart API docs that well?
Nope. Google’s charts are straight images, so they are generally the
better choice. There is usually little reason to force Flash on your
users for something this simple.
Indeed they are, images, I saw that too. But you will not be able to generate these charts when a user is not online, would you? Or, not able to connect to google (like in a very strict intranet environment )
if you want the charts to be ‘interactive’, though, (like zooming and scrolling around the data real-time) Flash is not that bad. I admit, I hate to use it too, but OpenFlashChart is the only open source component I could find that delivers almost all this functionality without requiring a connection to some other website…