amchart

Is there a way to create an exception in django 1.0 csrf protection?

I know there is in the development version of Django, but I don't see this in Django 1.0. I took a look of the code and such an exception is definitely not built in. I need to have this ability as I can't add the csrf middleware token to a third party flash app I am using which needs to make a POST request back to django. :( Anyone have...

How to use AmCharts to read data from JAVA code and not from XML

Hi I would like use AMCharts with jsf. i understood that there is fiji for that. the problem is that amcharts read data from xml,csv. is there a way to interact with values from the bean? since i read the dynamic data from the database.. ...

amcharts with rails - not grabbing data feed

Hey Everyone, I'm currently following: http://railsontherun.com/2007/10/04/sexy-charts-in-less-than-5-minutes/ I went through it all pretty easily, but then when viewing the page with the chart, it loads (in flash) a black rectangle with the error: "Error loading file http://localhost:3000/reports/population.xml" Someone in the comme...

Rails + AMCharts with vertical legend

I followed http://railsontherun.com/2007/10/04/sexy-charts-in-less-than-5-minutes/ to get regular line charts working on my rails app. Now I'm trying to use http://www.amcharts.com/stock/vertical-legend/ but the I seem to be running into issues. Can anyone tell by looking at the tutorial what needs to change to make it work? Thanks, Ell...

Rails + AMcharts (with export image php script) - PHP script converted to controller?

Hey Guys, This one might be a little confusing. I'm using AMCharts with rails. Amcharts comes with a PHP script to export images called "export.php" I'm trying to figure out how to take the code in export.php and put it into a controller. Here is the code: <?php // amcharts.com export to image utility // set image type (gif/png/...

RMagic Error in rails, with AM Charts

Hi Everyone, I'm using AMCharts and rails. AMCharts uses the Image Magic lib to export an image of the chart. In rails this is done with the gem, RMagic. In a controller this is implemented with the following controller method: def export width = params[:width].to_i height = params[:height].to_i data = {} img = Magic...

amCharts issue with Flex

HI I am working with amCharts at the moment and was wondering if somebody could give me some sort of guidance on the matter. I am using Flex to call a server side php file which then returns some xml data. This works perfectly and efficiently. I then add this data to the chart will also works quite well. However as I try to use the scrol...

Menus not displayed properly in page containing swf file(amcharts).

Hi, I have different pages containing charts (swf file).These charts are built using amcharts. In the header there is a menu containing link to different pages. If in a page there is a content followed by chart then menus are displayed correctly as can be seen from the following image But if a page contains chart only then only some ...