
pitommasi
-
Content count
166 -
Joined
-
Last visited
-
Days Won
1
Posts posted by pitommasi
-
-
I am using server side export and trying to handle the problem that if a Flash chart or map is out of the view it doesn't start exporting until the page has been scrolled to the part where the flash component is.
is there any event that fires after the export has started (i.e. when the progress bar is at least at 10%)?
Thanks in advance
-
Any news?
-
Thank you, this way however the caption is aligned to the top left corner of the canvas:
can the caption of the chart be aligned to the top left corner of the whole component instead (i.e. the top left corner of the flash object)?
-
Would it be possible to ask for a customisation that allows this?
-
would you provide them to users with a paid subscription to support?
-
Hi.
Is it possible to set a caption for the grid component?
-
Hi.
Is there a "captionPosition" attribute for the charts (in particular column2d) to set the caption to be positioned in the top left corner?
-
any thought about this?
-
as reported in this thread:
http://forum.fusioncharts.com/topic/13658-batch-export-component-error-10902041939/
I have a doubt that the most recent update of fusioncharts has problems.
Is there a way to get he previouse releases (e.g.: the one released in february or something like that)?
Thanks
-
Please note that this could be a bug in your latest release, because with an older version of the FCExporter.swf the problem is not occurring
-
according to the documentation, if in debug mode of the batchexportcomponent you get an error code 10902041939, it means that "FCExporter.swf did not convey a valid "id" to the FusionChartsExportObject".
Now, what could possibily generrate this error?
I have added the following properties to the xmls:
exportEnabled="1" exportAtClient="1" exportHandler="fcBatchExporter"
I have instantiated the batch export component using:
var myExportComponent = new FusionChartsExportObject("fcBatchExporter", "/swf/FCExporter.swf");
The swf exporter component correctly appears but when I open the page in the browser I get this 10902041939 error, with the message "Export component missing or authentication failure.":
what did I do wrong?
-
-
Is this now configurable?
-
Question: in case I have maps and charts in the same page, which version of the FCExporter.swf should I use the one bundled with FusionMaps or the on bundled with FusionCharts?
(They have the same date but the size is different)Same question for the javascript files responsible of the export:
should I use FusionChartsExportComponent.js or FusionMapsExportComponent.js?
-
Any news on this?
-
The documentation of FusionCharts states that if I want to do an export of the Javascript charts and maps I have to add PHP support to my server.
Given this fact, is PHP4 enough or it needs to be PHP5?
Thank you in advance
-
this is still happening: have you found any solution apart from the scroll.js file?
-
Any chances of implementing this?
-
Would it be possible to only change the "data" part of a chart or a map?
Current;y, to change the data of a chart, I do it by reading the JSON data like this:
chartData = chart1.getJSONData();
then replace the data element:
chartData.data = newData;
and feed it back to the chart:
chart1.setJSONData(chartData);
since the chart definition is always the same, I wanted to know whether there is there a way to do something like:
chart1.data = newData;
thanks in advance
-
I am talking about batch export with flash chart (SSGrid.swf)
-
What do you mean? I have tried performing an export from the grid and it works...
The only problems so far are that if the grid is rendered with an height of more than 2200 pixels, it renders as a black image, the paging and the time required for the export.
-
I want to add a grid component to a page and that grid might contain up to 190 items.
What is the behavior when exporting?
will automatically split into pages?
Thanks in advance
-
Thank you for the reply.
If they are small enough, is there a way to place them one next to the other (e.g. by using spans or floats) or they can only go one on top of the other?
Thanks in advance
-
Is it possible to do a batch export from a page that contains 2 maps, 2 charts and 2 grids in one single PDF?
Export Started Event
in Javascript Problems
Posted · Report reply
Anything about the subject?