ambling icon indicating copy to clipboard operation
ambling copied to clipboard

Ambling is a rails plugin makes it easy to generate XML needed by the wonderfully slick Amcharts.

Results 1 ambling issues
Sort by recently updated
recently updated
newest added

I've xml data created with Ambling::Data::Pie.new(pie_data).to_xml. pie_data is array of Slice objects. When I add this xml as :chart_data the addVariable method replaces all double qoutes with %22, which cause...