Question

I have need to produce LINE, BAR, and PIE charts in Rails. I have found several that do all these. However the one caveat is that I can never find a solution that does all as well as XY-SCATTER. I've looked at Gruff,Scruffy,Gnuplot, etc. and none of them do "everything". Can anyone recommend a local (i.e. doesn't require network connectivity) library that can accommodate? GoogleCharts isn't an option as some of this will occur on closed networks.

Best.

Was it helpful?

OTHER TIPS

If you don't mind commercial solutions, take a look at ChartDirector.

FusionCharts is pretty good if you don't have a problem with Flash.

Have you checked Google charts? I'm not a web developer myself but it seems that, although not implemented in Rails, you can call the chart API and display the generated image.

Looking at the available chart types, it can give you all the types you want.

Edit: A search turned up this google-chart-on-rails wrapper.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top