Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Displaying discrete values

    Hi Joshy, Welcome to FusionCharts Forum! FusionCharts natively does not support the display of discrete numbers on Y Axis, as of now. But as a work-around, please try using "trendlines" with a display value of your choice. Also, please try setting the attribute "divLineAlpha" and "showYAxisValues" to "0" and "showLimits" to "1" in the <chart> element. Ref.- <trendlines> <line startValue='35' color='91C728' displayValue='35'/> <line startValue='50' color='91C728' displayValue='50'/> </trendlines> Hope this helps.
  2. Hi, Welcome to FusionCharts Forum! I roughly made out an idea of what you are trying to display. Could you please refer to the attached screenshot of the Dual Y axis chart to check if this is something you are looking for? Looking forward to your reply on the same.
  3. Hi, Glad that your issue is resolved. Thanks for sharing the idea. Happy FusionCharting!
  4. Fusion Charts do not get display charts in IE8

    Hi Rekha, Welcome to FusionCharts Forum! Could you please check with the following: 1. Whether Fusioncharts.js is in the <head> or <body> tag? 2. If the chart is rendered before the browser page is loading? 3. If you are using Fusioncharts DOM? Looking forward to your reply.
  5. Hiding the dial in the Angular Gauge?

    Hey, You are welcome. Glad that your issue is resolved. Thanks for sharing the idea. Happy FusionCharting!
  6. Hi Jaideep, You are welcome. We use <graph> element as the root elemnt for FusionCharts Free and <chart> element for FusionCharts v3.1.1. Also, the attribute "label" in FusionCharts v3.1.1 is termed as the attribute "name" in FusionCharts Free. Please refer to the following links for the online documentations for the basic differences between FusionCharts Free and FusionCharts v3.1.1 respectively: Ref.- http://www.fusioncharts.com/free/docs/ http://www.fusioncharts.com/docs/ Hope this helps.
  7. IE issue-Urgent

    Hi, Could you please try using the modified code to solve your purpose? Your code: Modified Code: Hope this helps.
  8. IE issue-Urgent

    Hi, Could you please send us the sample code as an attachment? Looking forward to your reply.
  9. Setting starting value for an angle guage

    Hi Anja, I am afraid, there are no other options to control the time-interval after refreshing the chart, as of now. The attribute "refreshInterval" is the only solution to this issue. Please feel free to revert in case you have any further queries.
  10. Setting starting value for an angle guage

    Hi, Welcome to FusionCharts Forum! Could you please set a comparatively lesser value (like 1 or 2) for the attribute "refreshInterval" in the <chart> element? Hope this helps.
  11. Hi Narendra, This error is occuring because FusionCharts v3.1.1 does not support very long labels, as of now. The long labels get truncated due to space shortage. As of now, please try using " " as a line-break in the long labels. Please refer to the attached XML (modified) format for further details. For your information, FusionCharts v3.2 Beta version had released last week which supports auto-wrapping of long labels. In case you wish to get the Private Beta version of FusionCharts v3.2 and further details, please send us a mail at [email protected]. Looking forward to your feedback on the same. Pie2D.xml
  12. Hiding the dial in the Angular Gauge?

    Hi, Could you please try setting the attribute "radius" to "0" in the <dial> element? Also, please try not giving any value to the attribute "value" in the <dial> element. Hope this helps.
  13. Firefox not able to print Chart

    Hi, We are glad to announce that the FusionCharts v3.2 Beta version has released last week. In case you wish to get hold of the Private Beta version of FusionCharts v3.2, please drop us a mail at [email protected]. Your suggestions are very important to us. We have made a due note of the same. Looking forward to your mail.
  14. Hi, FusionCharts suite comprises of FusionMaps pack, along with the other 3 packs which is given out by InfoSoft Global (P) Ltd. FusionMaps GUI is coded in HTML and hence a open source to modify as per requirements. FusionCharts XML Generator is in Flash and hence compiled and closed. The above are the reasons of why the former could be modified but the latter cannot. Hope I had mede myself clear.
  15. IE issue-Urgent

    Hi, Looking forward to your reply in case your issue is resolved.
  16. Gannt Chart Help

    Hi Ronak, You are welcome! Happy FusionCharting!
  17. Chart height in percentage

    Hi, Apologies for the delay. Could you please refer to the text file where we have modified your code a bit? Please try giving same width and height value all throughout the code and encode "%" sign as "%25". Hope this helps. Data.txt
  18. Gannt Chart Help

    Hi Ronak, Welcome to FusionCharts Forum! Apologies for the typo mentioned in the documentation. I am afraid, the Gantt chart of FusionWidgets pack does not support "alpha" in the <task> element (task bar), as of now. We would update this in our next version. Thanks for continued patience and patronage.
  19. IE issue-Urgent

    Hi, Could you please try giving a unique "chart id", "div id" and "variable name" for each chart that is to be rendered? Looking forward to your reply.
  20. Hi Jaideep, Could you please refer to the modified XML file which displays the "seriesName" in the tooltip? Hope this helps. Data.xml
  21. Print chart in PDF

    Hey, Glad that your issue is resolved. Please feel free to revert in case you have any further queries.
  22. How to set tooltext has been display at all times?

    Hi Andy, I have modified the XML that you have attached to display what you intend to. Please check with the attached screenshot of the rendered chart and the XML for your reference. Hope this helps. Data.xml
  23. How to set tooltext has been display at all times?

    Hi Andy, Could you please send us the XML file that you are using to render the chart, so that we might test it in our lab? Awating your reply.
  24. How to set tooltext has been display at all times?

    Hi Andy, Could you please try setting the attribute "showValues" to "1" in the <set> element? Also, please try providing the string value for the attribute "displayValue" in the <set> element to display what you intend to. Ref.- <chart ... showValues='1' > <set label='Jan' value='420000' displayvalue='John Miller Score:420 Rank:2 420'/> ... </chart> Hope this helps.
  25. links for categories?

    Hi Sven, You are welcome. Glad that your issue is resolved. Happy FusionCharting!