satdev

Members
  • Content count

    13
  • Joined

  • Last visited

About satdev

  • Rank
    Junior Member
  1. Hi , I am using the developer license version of fusion charts. And in my project, i am rendering more than 35-40 charts. But the client has requested for a new set of charts to compare his data. So I need to show the type of business held, the country and the progress for 3 consecutive years. But i couldn't find stacked charts which pulls out the data from three different attributes. Can u help me in this regard. Its really urgent. Thanks Satdev
  2. cache problem in IE

    hi, I have attached some piece of code where i face the problem. For your information through the ajax call i am getting the different values exactly when i changee the quarter. But the flash doesn't gets refreshed but goes on well in mozilla. I am waiting for reply Thanks satdev code snippet.txt
  3. cache problem in IE

    Hi, I've rendered some four charts, two using fusion charts and two using fusion widgets. the chart has to be rendered with varying year and quarter. But the problem is that works fine in mozilla but its not working in IE. Even i am making ajax calls to pass the parameters, because of this problem i couldn't see the difference in charts. It is showing the same chart Please reply Thanks satdev
  4. hi guys, I am having fusion charts and fusion widgets on the same page. when i,mm trying to export the fusion charts property, its working well and good. When i,m trying to export for guage chart, even the option save as jpeg/png/pdf doesn;t come. But it shows the waiting button which appears at hte bottom of the chart Thanks satdev
  5. Hi all I need to implement some 17 different charts for which i am having 6 different tabs. But when i click on any one of the tab whenever teh page refreshers it works correctly, but when i try to click on some other tab, it shows me the same content instead of showing some other chart. Eventhough i am having different xml sheets Please help me in this regard. Thanks Satheeskumar A
  6. Hi Now i am using the scrollable charts for my proect. When i am trying to export the chart, It gets exported as pg,png and pdf as well, but the area is limuited as in the screen. As if it works as print screen option. How can i see the scrollable chart regardless of the scroll area. please reply asap. Thanks satdev.
  7. To export client side chart

    Hi Ayan pal, This document itself generates an sml code and it passes the varaible .$strXML to the fusion charts objects, which parses the xml code and renders the chart. If you open the file in notepad you can see that xml code is embedded in it. Anyways, for you reference i am sending the xml code. Thanks satdev data.xml
  8. Hi all, I got stuck up with a problem. I was trying to export the chart through client side. But the problem is it works fine when i go with different xml file. But it doesn't works when i try to have a xml generation inside the php code. I have attached my dummy code, Can u help me in fixing this issue. The main problem is that, I can see the waiting button and if i right click, there are soe option showing such as save as [pg,png and pdf. But after the loading of capturing data, the button still displays as waiting and doesn,t changes to save . This is the problem. please reply asap. Thanks satdev. chart.doc
  9. Hi all, I have a doubt in having both fusion chart and fusion widgets in the same page. I need to have two charts (Line,pie) from fusion charts and a guage charts from fusion widgets to display the total distance. Is this possible to have both the charts in a same page. Please reply me. Thanks Satdev
  10. To implement a client side exporting

    Hi srividya, thanks for the link. But i have already tried with that set of code also. But it doesn't works. For Ex. var myExportComponent = new FusionChartsExportObject("fcExporter1", "../../FusionCharts/FCExporter.swf"); myExportComponent.Render("fcexp"); Do you know why it is not working? Please reply me asap. Thanks Satdev
  11. Hi, I am just working on fusion charts to create a 3d pie chart and also in fusion widgets to generate a guage chart. Its working fine when i export the chart for bar charts bu the behaviour is erratic, when i try to do the same for pie or guage chart. For pie chart, it shows as save image when i right click on the chart, But it is not getting saved, instead an error is shown as " DOOMId= height=0 width=0 fileName= statusMessage= Insufficient data. statusCode=0 " The xml chart attributes i gave was Please reply asap. Thanks Satdev