Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Drag Node Chart Refresh Problem

    Kai, As for first issue, it was the numeric x axis that you were not using. For the second - we're still working on the same.
  2. Title

    You cannot directly do it - but can surely customize the source code to attain this. We've an example at http://www.fusioncharts.com/maps/Demos/FlashExample/Index.html
  3. label option for text, not values

    Hi, You may find more information at http://www.fusioncharts.com/gadgets/docs/ > Annotations.
  4. Coordinates wrong and

    Hi, The x values are not pixel values - instead they're numeric x values based on a numeric x scale.
  5. Hi, Can you please send us your email address at [email protected]? We'll send you an update right away.
  6. Problem with Configuring HTML

    Amir, To get UNC file for chart, we would recommend setting up a local proxy page that would get the file and relay to the chart.
  7. Hi, I tried the same XML and it seems to work in IE 6 and 7. Just make sure that you're not running the map from local filesystem, but from a server (localhost, remote etc.).
  8. You can do this using JS itself. Whenever the JS changes, re-load another chart SWF by creating a new instance of FusionCharts.
  9. You need to make sure that your toolText attribute contents form a proper XML attribute format.
  10. Integration With Reporting Services 2005

    Hi Amir, As of now, we've not yet integrated FusionCharts with SQL Server reporting services.
  11. Source: How do i change series bullets?

    Hi, I'm afraid you cannot change the appearance of bullets, as they are simple block characters.
  12. Title

    Hi, I'm not sure if I've understood your requirements. Can you please upload a prototype screenshot indicating where you need the text?
  13. Drag Node Chart Refresh Problem

    Hi, By corrupted, do you mean that the chart is not refreshing with new data?
  14. V 3.0.5 Problem

    Hi Brian, We had to take this decision to disallow absolute URLs in FusionCharts, owing to an XSS attack vunlerability. In this, a malicious user could host a phishing website and then call FusionCharts SWFs from a valid website (over HTTP). Thereafter, as the dataURL of the same, he could pass some script or absolute URLs to other "evil" scripts which could get him access to cookies of the valid domain. A way to overcome absolute URL problem would be to host a relative proxy file like Relayer.aspx, which in turn could fetch the data from remote page and pass it to the chart.
  15. How do I stop caching of the xml files?

    Hi, Even if you insert a non-caching string as XML header, that doesn't force the browser at client side to reload new XML. As such, you need to "fool" the browser.
  16. saving images

    Hi, You'll have to chalk out similar code using RMagik, as you basically need a server side image generation script, which takes in pixel values and renders a JPEG out of that.
  17. IE Problem: Data Displayed Only Occasionally

    Hi, When you specify %, the resizing control moves out from the chart to the browser and the browser just scales the chart up/down. When you specify the width/height in pixels, the resizing control stays in the chart.
  18. Do PowerMaps work with Flex V2.0.1 ?

    Hi Tara, While we do not have an exact ETA for our next release, there's a tweak you can use to load existing charts/maps in Flex. It has been explained at http://flexexamples.blogspot.com/2007/12/load-swf-from-outside-and-call-its.html
  19. Shadow Style not being applied to 3DPie DataPlot

    Hi, It's not possible to apply shadow to a 3D pie chart.
  20. Chart rendering error using AJAX

    James, Can you make sure you're not specifying the chart width/height in % and using FusionCharts javascript class to embed the chart?
  21. Hi, In FusionCharts Free, 0 valued columns are not shown. However, in v3, you've 2 options - to show or hide.
  22. Yes - provide the date for the columns, but just provide empty string for their column names. So, they'll look like actual months, but without names - which could be a visual hint that you intend to skip them.
  23. Hi, Can you please send us the XML code you're using?