pitommasi

Members
  • Content count

    166
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by pitommasi

  1. Single Column Width

    I ABSOLUTELY need to solve this!!! If a 2D bar chart has only one bar, the bar is HUGE and I do not whant this to happen: how can I solve this problem? thanks in advance
  2. Export Started Event

    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
  3. Export Started Event

    Anything about the subject?
  4. 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?
  5. Grid Caption

    Hi. Is it possible to set a caption for the grid component?
  6. 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
  7. Hi. Is there a "captionPosition" attribute for the charts (in particular column2d) to set the caption to be positioned in the top left corner?
  8. FCTime variable

    Any news?
  9. Set Caption/subcaption Position For Charts

    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)?
  10. Grid Caption

    Would it be possible to ask for a customisation that allows this?
  11. Donwload Links For Older Versions

    would you provide them to users with a paid subscription to support?
  12. Batch Export Component Error 10902041939

    any thought about this?
  13. Batch Export Component Error 10902041939

    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
  14. FCTime variable

    ?
  15. Mixed Batch Export

    Is it possible to do a batch export from a page that contains 2 maps, 2 charts and 2 grids in one single PDF?
  16. FCTime variable

    Is this now configurable?
  17. Mixed Batch Export

    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?
  18. 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
  19. Javascript Charts Export: Which Php Version?

    Any news on this?
  20. 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
  21. Chart Stops Exporting When Not On Screen (Ie8)

    this is still happening: have you found any solution apart from the scroll.js file?
  22. Any chances of implementing this?
  23. Grid 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
  24. Grid Export

    I am talking about batch export with flash chart (SSGrid.swf)
  25. Grid Export

    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.