jaideep

Members
  • Content count

    27
  • Joined

  • Last visited

Everything posted by jaideep

  1. Hi, We are trying to configure real time charts, the documentation says that the file containing data be an asp, vb.net file etc. Can the data file be a text file, which gets refreshed on the server? thanks, Jaideep
  2. Hi, So the issue is using a fusion Linear Bar gauge. I have two scenarios Scenario 1 - WORKS FINE - Fusion bar chart. I am setting the url in the set element like this - <set link="javascript:SubmitForm('rdPage.aspx?rdReport=TestCustomer6&Projects=ABC%2526D','','false','',null)" alpha="100" label="" value="1.25"/>, when this bar is clicked, it takes me to the corresponding URL and the %2526 is URL encoded fine. Scenario 2 - DOES NOT WORK - Fusion Linear Bar gauge. I am setting the url in the root "chart" element like this - <chart bgColor="FFFFFF" animation="0" unescapeLinks="0" lowerLimit="0" upperLimit="2" minorTMNumber="1" minorTMColor="" majorTMNumber="9" adjustTM="0" majorTMColor="" baseFontColor="" baseFont="arial" baseFontSize="14" majorTMHeight="15" majorTMThickness="2" thmFillColor="" decimalPrecision="0" chartLeftMargin="40" chartRightMargin="40" bgAlpha="0" showBorder="0" clickURL="javascript:SubmitForm('rdPage.aspx?rdReport=TestCustomer6&amp;Projects=ABC%2526D','','false','',null)"> when this gauge is clicked, it takes me to the URL but it is not properly URL encoded. Note that i am setting the unescapeLinks = "0" in both scenarios. Can you tell me what else needs to be done to make the gauge behave the same way and encoded the characters as desired ? thanks, Jaideep.
  3. Here is the data xml file content (chartData.xml) - <?xml version="1.0" encoding="UTF-8"?> -<chart clickURL="javascript:NavigateLink2('http://www.google.com/search?&q=Dean%2526Deluca','','false','','')" showBorder="0" chartRightMargin="40" chartLeftMargin="40" decimalPrecision="0" thmFillColor="b2d640" majorTMThickness="2" majorTMHeight="15" baseFontSize="14" baseFont="arial" baseFontColor="333333" majorTMColor="" adjustTM="0" majorTMNumber="9" minorTMColor="" minorTMNumber="1" upperLimit="2" lowerLimit="0" animation="0" bgColor="FFFFFF"> -<pointers> <pointer Value="1.25" bgColor="CCCCCC"/> </pointers> -<colorRange> <color name="" code="FF0000" maxValue="0.79" minValue="0"/> <color name="" code="FFFF00" maxValue="0.99" minValue="0.8"/> <color name="" code="008000" maxValue="2" minValue="1"/> </colorRange> </chart> and this is how i include it in the html page - var rdAnimatedChart = new FusionCharts("rdTemplate/rdAnimatedChart/FI2_Linear.swf", "AnimatedGauge286805", "330", "88", "0", "0"); rdAnimatedChart.setDataURL("chartData.xml"); rdAnimatedChart.render("rdAnimatedChartAnimatedGauge286805"); Notice when you click on the rendered gauge - the resulting URL goes to google.com as http://www.google.com/search?&q=Dean&Deluca, and everything after the "&" sign is ignored. This should be encoded as http://www.google.com/search?&q=Dean%26Deluca instead. I hope this helps you recreate the issue. Please let me know. thanks, Jaideep.
  4. Hi, I have read a few posts regarding this, and while some do point to varied options, i haven't found a good answer or solution to this issue. I am working in the .net environment, and need to generate an image alternative of the animated chart without loading the chart in a browser(hence the options of using the context menu, or even javascript to call any routines are ruled out). What is an efficient way to do this ? Please let me know. thanks, Jaideep.
  5. Hi, I posted this in the bugs forum a week ago, but haven't got a reply yet. This is pretty urgent, and i really hope to get a response soon. Every now and then the USA map renders without all the labels in the right place, they just all get cluttered in the top left corner and not where they are supposed to be individually. (it is independent of the OS being used, or the browser) This doesn't happen all the time, but every 5 or 10 loads of the USA map, and happens consistently. How do i resolve this to make sure that the label rendering is consistent? Please let me know. regards, Jaideep.
  6. USA Map Labels not rendering consistently

    Hi, We are experiencing the same issue! Every now and then the USA map renders without all the labels in the right place, they just all get cluttered in the top left corner and not where they are supposed to be individually. Was a solution provided to the above queries? How do i resolve this to make sure that the label rendering is consistent? Please let me know. regards, Jaideep.
  7. Hi Sanjukta, I am working in the .NET environment, and am trying to do just that - export the chart to an image on server side without rendering the chart in the browser. You mentioned in the above reply that you provide a solution to do that in .NET, could you show me documentation on how to do that ? It would be really helpful. thanks, Jaideep.
  8. Hi, I see a change in the toolText when we upgraded charts to version 3.1. Specifically for the multi-series charts like MSColumn2D.swf,MSColumn3D.swf etc, the tooltip used to include the series name, now it does not. This changes the default behavior. Could you please suggest a way to get those values to display the way they used to? Please advise. thanks, Jaideep LogiXML.
  9. I tried that attribute, and still the same result. I have attached a snapshot of the debug page for your reference.
  10. Hi, I am still not able to produce the series name in the tooltip, i have attached the .swf file(renamed to MSColumn2d.txt to attach) that i am using along with the xml that i had provided. I did make the 2 changes that you suggested (that of changing graph to chart, and name to label). Also, i wanted to add that we had upgraded from a previous paid version to this one, and not from a free one, and the xml worked fine with the previous one. I am also attaching the new xml that i am using, so that you have both the .swf and the xml data to look into this further. <?xml version="1.0" encoding="utf-8" ?> - <chart Caption="Employee Sales By Year" showFCMenuItem="0" animation="1" bgColor="FFFFFF" showNames="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" yaxisname="Sales" xaxisname="Employee" rotateNames="1" canvasBgColor="FFFFFF" divLineColor="000000" showValues="0" rotateValues="1" useRoundEdges="1" lineDashed="0" > - <styles> - <definition> <style name="DataLabelsFontStyle" type="font" font="" size="" color="000000" /> </definition> - <application> <apply toObject="DataLabels" styles="DataLabelsFontStyle" /> </application> </styles> - <categories> <category label="Fuller" /> <category label="King" /> <category label="Callahan" /> <category label="Buchanan" /> <category label="Davolio" /> <category label="Leverling" /> <category label="Peacock" /> <category label="Suyama" /> <category label="Dodsworth" /> </categories> - <dataset color="FF0000" seriesName="1998" showValues="0" alpha="100"> <set value="74336.55" /> <set value="48864.88" /> <set value="48589.55" /> <set value="19691.90" /> <set value="63195.00" /> <set value="76562.74" /> <set value="54135.94" /> <set value="14144.16" /> <set value="41103.16" /> </dataset> - <dataset color="008000" seriesName="1997" alpha="100" showValues="0"> <set value="70444.14" /> <set value="60471.19" /> <set value="56032.62" /> <set value="30716.47" /> <set value="93148.09" /> <set value="108026.14" /> <set value="128809.79" /> <set value="43126.37" /> <set value="26310.39" /> </dataset> - <dataset color="0000FF" seriesName="1996" alpha="100" showValues="0"> <set value="21757.06" /> <set value="15232.16" /> <set value="22240.12" /> <set value="18383.92" /> <set value="35764.51" /> <set value="18223.96" /> <set value="49945.12" /> <set value="16642.61" /> <set value="9894.52" /> </dataset> <trendlines /> </chart> thanks, Jaideep. MSColumn2D.txt
  11. Thanks for the reply. This xml file seems similar to the one i posted, the only change seems to be the <graph> root element is replaced by the <chart> root element. Am i missing any other change you might have done? Also, aren't <graph> and <chart> interchangeable ? Please let me know. thanks, Jaideep.
  12. Hi, Thanks for the response. Here is the xml file that we use with the chart - - <graph showFCMenuItem="0" animation="1" Caption="Employee Sales By Year" bgColor="FFFFFF" showNames="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" yaxisname="Sales" xaxisname="Employee" rotateNames="1" canvasBgColor="FFFFFF" divLineColor="000000" showValues="0" rotateValues="1" useRoundEdges="1" lineDashed="0"> - <styles> - <definition> <style name="DataLabelsFontStyle" type="font" font="" size="" color="000000" /> </definition> - <application> <apply toObject="DataLabels" styles="DataLabelsFontStyle" /> </application> </styles> - <categories> <category name="Fuller" /> <category name="King" /> <category name="Callahan" /> <category name="Buchanan" /> <category name="Davolio" /> <category name="Leverling" /> <category name="Peacock" /> <category name="Suyama" /> <category name="Dodsworth" /> </categories> - <dataset color="FF0000" seriesName="1998" showValues="0" alpha="100"> <set value="74336.55" /> <set value="48864.88" /> <set value="48589.55" /> <set value="19691.90" /> <set value="63195.00" /> <set value="76562.74" /> <set value="54135.94" /> <set value="14144.16" /> <set value="41103.16" /> </dataset> - <dataset color="008000" seriesName="1997" alpha="100" showValues="0"> <set value="70444.14" /> <set value="60471.19" /> <set value="56032.62" /> <set value="30716.47" /> <set value="93148.09" /> <set value="108026.14" /> <set value="128809.79" /> <set value="43126.37" /> <set value="26310.39" /> </dataset> - <dataset color="0000FF" seriesName="1996" alpha="100" showValues="0"> <set value="21757.06" /> <set value="15232.16" /> <set value="22240.12" /> <set value="18383.92" /> <set value="35764.51" /> <set value="18223.96" /> <set value="49945.12" /> <set value="16642.61" /> <set value="9894.52" /> </dataset> <trendlines /> </graph> In this example, the tooltip no longer includes the series name (like 1997,1998 etc). thanks, Jaideep.
  13. Hi, I see that the current tooltip for pyramid charts uses the "DataName,DataValue" format. If i set the "toolText" property of the Set element to a Custom string value, that string gets displayed instead ("CustomString,DataValue"). My question is - what if i dont wan't any name displayed in the tooltip, just the DataValue part? What attribute needs to be set for that? Am i missing something on the documentation page. Please advise. thanks, Jaideep.
  14. Custom tooltip for pyramid/funnel charts

    Hi, Could you please check to see the contact person from our company - LogiXML who had done the initial purchase and the email id on your file. The upgrade website doesn't seem to recognize my email id. thanks for the help. Jaideep.
  15. Custom tooltip for pyramid/funnel charts

    Hi, Thanks for the reply. I tried setting the debug mode on...using the following method (javascript) var myChart = new FusionCharts("../FusionCharts/Column2D.swf", "myChartId", "600", "300", "1", "0"); but the chart does not show the debug window, i suspect the version that we are currently running might not support this feature. Is there any other way to determine the chart version? Also can you point me to a download link where i can download version 3.0.2 from ? thanks, Jaideep.
  16. Custom tooltip for pyramid/funnel charts

    Hi, thanks for the response. You said custom tooltips work fine for you. Is there some setting i might be missing ? Could you show a sample of the xml data that u are using, so that i can recreate it on my end. Also, are you using the same version of the pyramid chart that i am currently on? thanks, Jaideep.
  17. Custom tooltip for pyramid/funnel charts

    Hi, We are currently using the FI2_Pyramid.swf which is dated 5/5/2008. Is there a better way to find out the exact version of the charts that we are using ? thanks, Jaideep.
  18. Custom tooltip for pyramid/funnel charts

    Hi, Thanks for the reply. If i do something like this - "set...value='25' toolText='25'", the tooltip comes out as ",25". So in effect it is coming out with a blank data name field followed by a "," and then the datavalue. Is there a way to take that comma that displays before the value in the tooltip out? thanks. Jaideep.
  19. Hi, I set up the "save as image" option in the context menu in version 3.0 using the imageSave="1" and imageSaveURL="FusionChartsSave.aspx" attributes. After upgrading to version 3.1, the "save as image" option has gone away and i see 3 options "save as jpeg", "save as png" and "save as pdf" instead. On clicking one of these, the saving status bar comes on, and i get an error message saying "Image width and height not provided." Why has this functionality changed in version 3.1, and how can i revert back to the previous mode. Please let me know. thanks, Jaideep.
  20. "save as image" not available with upgrade to Version 3.1

    Hi, thanks for the reply. I see that the save image has been changed to exporting to image and pdf. But when i have a single series chart, the context menu has the save as jpeg, png and pdf options, but when its a multi series chart, it reverts back to the single menu item of "save as image", it is not being consistent across different kind of charts. Is there a setting i might be missing with version 3.1 ? Please let me know. thanks, Jaideep. p.s. On clicking the single "save as image" context menu item in the multiseries chart i get the following error - DOMId= height=0 width=0 fileName= statusMessage=Insufficient data. statusCode=0
  21. Hi, On working with the belgium map, i figured that the luxembourg region does not show values even though the value has been assigned. It seems like a known issue. Please let me know if i need to update the xml file, the belgium .swf file or both. thanks, Jaideep.
  22. Hi, I haven't heard back on this bug. Is there a way i could get an update please? thanks,
  23. Hi, I am trying to display foreign and international characters using Fusion maps (examples could be using say korean or other languages) and they dont show up right. For eg. This piece of text - "Gr
  24. thanks for the reply. It works for me now. thanks,
  25. Hi, Thanks for the reply. This encoding works fine for some characters. But if i am trying to use languages such as chinese/korean - the ouput comes out in the form of small boxes and is not right .How do i resolve that ? thanks, Jaideep.