Development Update - Charts
by creighton on July 10th, 2008For reporting, we started out using XML/SWF charts. I was familiar with the library and it seemed to be easy to integrate with rails (and it was). But the type of charts Scott wanted to see weren’t possible with XML/SWF charts.
After a few days of hacking, we scrapped that charting library for amCharts (http://www.amcharts.com/)
This library works great, but you need to get comfortable with configuration. Lots of configuration options, but really easy to get working with rails. Basically you just use repond_to and write the xml needed using builder and the javascript in html.
Here is a chart that is on the dashboard of CRM. The rollover effects are nice, and the message inside is easily customizable.
