satishssrc

Members
  • Content count

    31
  • Joined

  • Last visited

Everything posted by satishssrc

  1. Php Drill Down

    Hey Jamie, It would be great if you could attach your sample code snippet of what ever you got so far. I think I can help you with it. I had the same issues initially. Have a great day!! Thanks, Satish
  2. Hey all, I have a drill down chart and everything seems to be working great (thanks to Fusion Charts). But, now i have upgraded to the new version and all my charts except the drill down chart seem to be working. Do I have to make any changes in the way dill down charts are implemented in the new version? I am using DataURL method and stacked 3D charts has to be drilled down. Thanks, Satish
  3. Error With New Version

    Hello all, I have upgraded to the new version but i have issues while using the drill down chart. I am attaching the file which generates the chart and another file which generates the drill down chart. The error i get is shown below. I have read a similar post on the fusion charts forum, but I could not fix the issue I was facing. #25081843:IECompatibility() Chart Id is same as a JavaScript variable name. Variable naming error. Please use unique name for chart JS variable, chart-id and container id. I would really appreciate it if any one could come up with fix to my problem. Thanks Satish Fusion_chart sample.zip
  4. Error With New Version

    Hey Ayan Pal, Can I send you the source code via email? Thanks, Satish
  5. Invalid Xml And Fctime

    Hello all, I need help with the FCTime being added to the URL . INFO: setDataURL method invoked from external script. INFO: XML Data provided using dataURL method. dataURL provided: MainChart.php%3Fvalue%3D20&currTime=11_2_52_661 dataURL invoked: MainChart.php?value=20&currTime=11_2_52_661&FCTime=141284 INFO: XML Data provided using dataURL method. ERROR: Invalid XML encountered. An XML element is malformed. Click the above "dataURL Invoked" link to see the XML in browser. Actually what i have realized is that when I click on the link provided by the dataURL invoked the chart displays correct. But, if by using the dataURL provided gives me invalid XML. So, how do I add the FCTime to my chart or is there any other way around this. Please help !!!!
  6. Error With New Version

    Hey Ayan Pal, Thank you for the reply. I have looked into the source code bu could not figure out the error. I have attached the code in my previous post, will that help? It was working just fine with the older version but now it seems to be giving me this error with the new version. Please help!! Thanks satish
  7. Hello All, This is what I have for my drill down charts. I have the function written and it works fine. $strlink =urlencode("javaScript:updateProductChart1(".$ors['year2007'].",".$daterange1.",".$date.",".$RegionNumber.",'".$realCategory."','".$CategoryName."','".$test."', '".$CategoryRealName."', '".$badge."', '".$list."', '".$viewRegionSummary."', '".$username."', '".$group."');"); $FC1->addChartData($array1[$M],"link=$strlink"); But the problem is that now I want to display the charts as a pop up or in a new window and I want to know how I can do it while using javascript functions as link. I tried n- and p- but that wont work. Please tell the way around this issue. Thanks, Satish
  8. Hi Angie, Thank you for the reply. But, I am doing the same thing and it works to drill down on the same page. I want open the drill down chart on a new window. And that is when it wont work. Any ideas? Thanks, Satish
  9. Hey all, I am using the data url method of fusion charts to drill down into my chart. It has been working for the following: $strlink =urlencode("javaScript:updateProductChart1(".$ors['year2007'].",".$daterange1.",".$date.",".$RegionNumber.",".$Category.");"); in this code all parameters I am sending are numerical values. But I want to send a string for eg: $var = "this is test"; $strlink =urlencode("javaScript:updateProductChart1(".$ors['year2007'].",".$daterange1.",".$date.",".$RegionNumber.",".$Category.",".$var.");"); can you tell me how to this. My java script function updateProductChart1 is not invoked if I have a string being sent. I need your help guys!!! thank you, satish
  10. Sending Strings Through Urlencode

    Hey all, Well I am not able to figure out where I am going wrong $strlink =("javaScript:updateProductChart1(".$ors['year2007'].",".$daterange1." ,".$date.",".$RegionNumber.",".$Category.", '".$var."');" ); seems to be working $var ="this is test"; but wont work if my $var changes to $var = "C-24"; I don't know why? The value in $var keeps changing depending on the option selected by the user. Please help...I need it real quick.. Thanks satish
  11. Erro On Multple Charts Display

    Hey, I am glad that helped. I made the same mistake when I started of working with fusion charts... have a good one!!! satish
  12. Hey FusionCharts Team, To start off, thank you for your wonderful service. I am planning on upgrading to the new V3.2 version. But I am not sure where to start off from . I have downloaded the files. But I am not sure, how can I upgrade my version to V3.2 without loosing any data or information. I am hesitant, but would really appreciate any help from you guys. Thanks, satish
  13. Sending Strings Through Urlencode

    Hey all, Well the ' $var ' seems to be working if I have $ var = "this is test"; but wont work if i have $var = "C-24"; Any clue?? Thanks, satish
  14. Erro On Multple Charts Display

    Hi thethakuri, From what I understood, I think you have to give each chart a different (unique) label in the echo renderchart() or renderchartHTML () functions. I think that is the reason. Hope this helps, satish
  15. Sending Strings Through Urlencode

    Hey all, K now how do i send a variable that has something like $var = C-24. I tried to do the same as before but no luck.. Please let me know this. thanks, satish
  16. Sending Strings Through Urlencode

    Hey Sudipto, I am sorry it is working really great.!!!! it was my bad made some silly mistake(as usual ). Thanks for the quick help. satish
  17. Sending Strings Through Urlencode

    Hey Sudipto , I am not sure what you mean by $strlink =("javaScript:updateProductChart1(".$ors['year2007'].",".$daterange1." ,".$date.",".$RegionNumber.",".$Category.", '".$var."');" ); what is ''' and "&quot' you want me to directly key it in the link and call the $strlink in the addChartdata(array,$strlink) ? It gives me an Invalid XML and my chart is not generated to drill down... What should I do? Thanks, satish
  18. Sending Strings Through Urlencode

    Hi Sudipto Choudhury, Is this what you meant. $strlink =urlencode("javaScript:updateProductChart1(".$ors['year2007'].",".$daterange1." ,".$date.",".$RegionNumber.",".$Category.","&"$var"&");" ); thanks, satish
  19. Hello all, I am trying to do a drill down on a stacked chart by using the same method as mentioned in the fusion charts documentation Combining FusionCharts, PHP & JavaScript (dataURL) method . I have four radio buttons using which I generate a chart that needs to be drilled down. Initially I clicked the radio button say "radio2",and the drill down worked fine. But now the I changed the radio button to "radio1", "radio3", "radio4" and my charts are created but the javascript function 'updateProductChart' IS not invoked. What could be the reason? I think the behavior is a little weird:crazy: I do not understand if the function updateProductChart is invoked for one radio button why does is not work with other radio's too????. Please help...!!! thanks, satish
  20. Thank you Ayan Pal!!! Actually I was doing the same thing but I realized my mistake, there was a syntax error!!! satish
  21. Hello all, I have figured out why the javascript function was not invoked, the issue was I was sending something like "2010-8-12 to 2010-8-19" as one of my parameters. And I guess this was not working. But now the issue is that I have to send something like that, I can't do with out it. So, how do I have to encode it or something that will allow me to even send 2010-8-12 to 2010-8-19 in my javascript function updateProductChart(). Please help!!!! thanks, satish