Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. You'll have to do all this manipulations inside your server side script.
  2. Change color in realtime gauge

    I'm afraid no - once the color has been specified in XML, it cannot change in real-time.
  3. Problem with Cache

    That code is not present in JS - but rather FusionCharts source code.
  4. Loading Inside Other Flash Movie

    It's explained at www.fusioncharts.com/maps/docs > Guide for Flash Developers.
  5. Scrolling Message

    Hi, I'm not sure if I've understood this requirement. Can you please elaborate a bit more?
  6. Powerpoint Instructions

    Since FusionCharts cannot be exported as a single file, we cannot directly provide this option. For any FusionCharts SWF to function, it needs the SWF + XML data.
  7. Quick question on setDataURL

    Hi Brian, Can you try using setDataXML method instead then? Load the XML data in a JS XML object and once loaded, call the setDataXML method of chart.
  8. SWF Generation

    >> Does FusionCharts store a copy of the generated SWF with the populated data, after it is rendered on the web page? If yes where is this stored? FusionCharts does NOT generate a different SWF each time. Instead the SWF is engine which just loads once, gets caches and then retrieves XML data to render the charts. It's stored in temporary internet files folder. >> Is there an API to generate the chart with the dataset in the background and manipulate it by extracting the SWF as an image? No - but once the chart has rendered at client side, you can invoke methods to save it as image.
  9. It might create some security issue - though I'm not sure where exactly.
  10. Saving chart as image without rendering the chart

    This is something which is not technically feasible owing to our choice of platform.
  11. Ideally, we recommend 1200-1500 points for a line chart (maximum).
  12. Can you please send the XML to support [at] fusioncharts.com along with your Order ID?
  13. ASP.NET.AJAX UpdatePanel Sample #1

    In the renderChartHTML method code, if you change all http references to https, the security dialog wouldn't appear any more.
  14. Fusion charts and ssl

    Hi, In code of RenderChartHTML (in the Class), you could just change the reference of links from http to https to resolve the security dialog.
  15. Schema (XSD) files for the charts?

    Hi, Thanks for your suggestion. We'll definitely provide a way to generate XSDs in next version of FusionCharts.
  16. Dharmendra, I'm afraid that's not yet feasible, as FusionCharts needs to be generated at client side, before the save functionality can be invoked.
  17. I'm afraid we do not have ASP.NET wrapper yet.
  18. Hi, Just add <target>0</target> after value tag.
  19. candlestick chart not displaying

    Can you switch the debug mode of chart to on to see if the entire XML data is being passed to chart (in case of 100 candles)?
  20. It's FusionCharts that's appending the querystring to avoid data from caching.
  21. Not all labels show up on pie chart

    Hi, You can just set [chart skipOverlapLabels='0'...] I'm afraid you cannot apply bevel to tooltip. To remove bevel, you can set use3DLighting='0'
  22. Edit Chart Message Text

    You can change the font color using the attribute pbartextcolor.
  23. You can set canvasMargin.
  24. I want the chart not to start from ZERO

    You might be having same data value in XML <50.
  25. point label in x aixis two long

    John, We just allow you to wrap the labels on x-axis by setting