Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. You'll have to code your own interface that allows user to change the XML.
  2. Question regarding FC usage

    Hi, The google finance charts do NOT use FusionCharts - they've their own custom chart. Our stock chart can be seen at http://www.fusioncharts.com/Gallery/Candle5.html
  3. Hi, Can you please send us the XML at support [at] fusioncharts.com?
  4. how to have a time scale

    You can use the scatter chart, as it has a numeric axis. The points can be connected using lines : [dataset drawLine='1' ...]
  5. You can use the scatter chart for this purpose.
  6. Alligning Legend & a Text Area

    You can set [chart legendPosition=right' or 'bottom]
  7. USA Map Labels not rendering consistently

    Hi, We're still trying to track what is causing the issue, owing to its intermittent nature. I'll keep you posted.
  8. Pie Chart Label Position

    Puneet, I'm afraid no.
  9. Hi, I'm afraid we do not provide XSDs ourselves as of now. Those were coded by an independent developer.
  10. FCTime variable

    Ken, I'm afraid we do not allow disabling this currently - however, you can change the same in the source code.
  11. DataPoints in Multi-Series Line chart

    With FusionCharts v4 (coming in next 6-8 months), you'll be able to do so, as it uses the faster Flash Player 9.
  12. Hi, I'm afraid currently there isn't a way to save all the charts as images at the same time.
  13. Cross domain problem with internal server

    Hi, I'm afraid there wouldn't be an option to disable this, as that'll open the charts to XSS attacks. However, we would be able to provide separate version without this feature. To get v3.0.5, can you please drop us an email at support [at] fusioncharts.com?
  14. Hi, We've just released FusionCharts v3.0.7 featuring the following: * New: True 3D Combination Chart (MSCombi3D.swf) that supports dynamic rotation, scaling and interactivity. You may see demo of the same here * New: ASP and PHP API to help you easily embed charts in your projects. * Improved: FusionCharts.js to take care of quotes in XML. * Improved: Method of providing JavaScript links to chart elements using j- prefix. * Improved: Ruby on Rails code examples and documentation. * Improved: In case of no data, all axes can show 0-1 instead of 0-100 previously. * Bug Fix: Minor bug fix in Pie and Doughnut charts image saving routine. * Bug Fix: VB.NET and C# FusionCharts DLL improved to support FusionCharts in ASP.NET AJAX update panel. Licensed users can download the free upgrade from our Product Update Center We would love to have your feedback on the new chart and API.
  15. Cross domain problem with internal server

    Hi, Starting FusionCharts v3.0.6, we've blocked absolute URLs owing to XSS attacks. And, there is no way to set it off. The only way to overcome this would be to use a previous version of FusionCharts.
  16. How to show gardes based on numbers

    You can use the inverse axis charts from PowerCharts suite - please see http://www.fusioncharts.com/PowerCharts.asp#inverse
  17. Chart is shrinked..

    You seem to be using our own JS code for rendering the HTML of chart. Please append the chartWidth and chartHeight attribute as we've done in our FusionCharts.js
  18. Power Chart > Multi Level Pie Charts

    Dave, We'll be doing this in the next major version.
  19. Hi, When the chart doesn't have any data, it does not show caption/sub-caption.
  20. Printing a chart

    Hi, Two things here: 1. Make sure you've set registerWithJS flag to 1. 2. You're using v3.0.6
  21. Resize like a swfobject

    Pls use render() method.
  22. Page Erroring in IE7

    Hi, Are you running the files from a local machine?
  23. DataPoints in Multi-Series Line chart

    Hi, Since FusionCharts uses Flash and XML, we do not recommend more than 1200-1500 data points per chart.
  24. Hi, Would it be possible for you to send us the live link of this code so that we can directly debug?