Search the Community

Showing results for tags 'Flash'.



More search options

  • Search By Tags

    • Flash ×
    Type tags separated by commas.
  • Search By Author

Content Type



Found 12 results

  1. Hi I do not know if this is the right part of the forum but i hope someone can help me out. I have a website that uses Fusionchart Free V2 and as the EOL of flash is coming up i am wondering if it is possible to change the charts from using flash to JS? currently all charts are using .swf...
  2. I have been trying to dynamically generate xml data source and then setting up the dataSource of my fusion chart object. I always get the "No data to display". It appears that the fusion chart object is not taking up the data source. Any help will be appreciated. Thanks! <div id="PC_pnlChar...
  3. Hi, I use collabion for reports and dashboards. For sure it's a mandatory requirement to visualize multiple charts on one single SP page - to make it possible for specific people to direct the business in regard to the needs. My issue is not that much the performance as the spacing issues....
  4. Iam facing an issue for Dual Yaxis chart while rendering as "flash". For the same xml, chart is rendered in different way when is use setCurrentRenderer('flash') and setCurrentRenderer('javascript'). Here is my Xml: ------------------ <chart canvasbgAlpha="0" formatNumberScale="1" sFormatN...
  5. hello, I have a series of webpages that use RealTimeArea.swf to graph the number of calls coming in. We have been trying to move over to using the Javascript (HTML5) rendering engine, so that more browsers can show the graphs for our clients, but we still have to support IE8 and 9. I hav...
  6. hello, I have a series of webpages that use RealTimeArea.swf to graph the number of calls coming in. In IE8 and 9, the chart fills the whole space, but in IE 10, 11, chrome and firefox, the chart only uses 1/2 of the space. We are using the flash render of Fusion for all of this. I have...
  7. Javascript Fallback Problems

    Hello. I am having problems with the Javascript charts rendering when flash is unavailable. What I get right now is an X in the frame where the chart is supposed to be. The same chart renders perfectly using flash. The same chart also renders when I FusionCharts.setCurrentRenderer("javascri...
  8. Hi, Any idea to stop the Flash graph to render again after print preview is close. FusionCharts.printManager.enabled(true) Currently i'm using it for the multiple graph (flash) in the same page. Problem is that graph will be render again once the print preview is close. This is happen to you...
  9. 3D Area Chart

    When rendering the True 3D Area Chart(MSCombi3D.swf) with JavaScript, the result is in 2D instead of 3D. Also there are some differences when rendering 3D charts with Flash and JavaScript. Why this problem occur? and How can I fix this? (3D Column produces same result with Flash and JavaScri...
  10. In a web application working well since 2011 we've discovered an issue related with some characters used in spanish like "ñ", "í" and some more. Now appears different, "ñ" for the "ñ", "Ã-" for "í", and so on, with having changed anything on server side. No problem with Firefox or Chrome We fou...
  11. It looks like file downloads from flash can no longer be initiated from the navigateToURL() AS method in the latest versions of Chrome (282642 and 277210). Has anyone found this issue and found a workaround short of switching to client-side exports? Is it possible to get a patch to use a dif...
  12. I have a problem in my chart that contains a lot of labels in x-axis. When I rendered it using JavaScript, it works well. But, when I rendered it using Flash, the labels doesn't hide (labelStep) automatically and I don't get the same result/effect. I can't use the same labelStep every time. The lab...