Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Chart height in percentage

    Hi, FusionCharts v3.1.1 supports resizing in percentage (the link provided in the earlier post) keeping the parent HTML container size fixed. In acse we wish to resize the chart as the container size changes, then you need to take a look at our new release FusionCharts v3.2 Beta. For further details on the latest features please refer to the following link: Ref.- http://www.fusioncharts.com/labs/peek/ Hope this helps.
  2. Empty image with DragNode export

    Hey, Glad that your issue is resolved. Thanks for sharing the idea. Happy FusionCharting!
  3. "+" Not showing up in graphs

    Hi Aaron, Could you please try URL encoding the "+" sign as "%2B"? Hope this helps.
  4. connectors over nodes

    Hi, Could you please send us a mail at [email protected] stating all your queries and issues? Looking forward to your mail.
  5. How to set tooltext has been display at all times?

    Hey Andy, You are always welcome. Happy FusionCharting!
  6. How to set tooltext has been display at all times?

    Hi Andy, Please make sure that you
  7. Flash Player 10.1 urgent issue

    Hey, You are welcome. Glad that we could help you some way. Happy FusionCharting!
  8. Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  9. Hi Mark, FusionCharts v3.2 Beta supports the resizing of the chart as the parent HTML container size is changed. Could you please send us a mail at [email protected] for further details on the available new features that might solve your purpose? Awaiting your reply.
  10. How to set tooltext has been display at all times?

    Hi Andy, You are welcome. Could you please download the trial version of FusionCharts v3.1.1? Please refer to the following link to download the above. Ref.- http://www.fusioncharts.com/Download.asp Hope this helps.
  11. multiple charts duplicating

    Hi, Glad that your issue is resolved. Thanks for sharing. Happy FusionCharting!
  12. How to set tooltext has been display at all times?

    Hi Andy, You are welcome. I am afraid, FusionCharts v3.0.6 does not support the "displayValue" attribute, as of now. Could you please try upgrading your current version to FusionCharts v3.1.1 to make use of the attribute "displayValue"? Please refer to the following link to upgrade your version: Ref.- http://www.fusioncharts.com/PUC/ Hope this helps.
  13. Hi Mark, The code snippet you had sent us: Ref.- var sf1 = new FusionCharts("../FusionCharts/Column3D.swf", "sfId1", "300", "100", "0", "0", "FFFFFF", "exactFit"); Starting fron the extreme right: "exactFit" : This refers to the Flash Scale Mode. (For details on the same, please refer to: Ref.- http://help.adobe.com/en_US/Flash/10.0_UsingFlash/WSd60f23110762d6b883b18f10cb1fe1af6-7bcca.html) "FFFFFF" : This refers to the Background Color for the Flash Movie. "0" : This refers to the "RegisterwithJS" mode. To register the chart with JavaScript, we set the registerWithJS parameter to 1. "0" : This refers to the "debugMode" flag. The debug window shows up on the chart when this parameter is set to 1. Hope I could make myself clear.
  14. Hi, I am afraid, FusionCharts v3.1.1 does not support Dynamic Resizing function, as of now. We are glad to announce the release of the FusionCharts v3.2 Beta, which supports the above. :w00t: Please refer to the following link to get a live demo of the same: Ref.- http://www.fusioncharts.com/labs/peek/dynamic-resize/ In case, you wish to get further details on FusionCharts v3.2, please mail us at [email protected]. Looking forward to your feedback on the same.
  15. Aligning Chart

    Hi, You are welcome. Hope your issue is resolved. Happy FusionCharting!
  16. How to set tooltext has been display at all times?

    Hi Andy, Apologize for the delay. Could you please enable the "debug mode" and send us the screenshot of the page for reference? Ref.- return FusionCharts.RenderChart("../FusionCharts/MSColumn3D.swf", "../BasicExample/Data/Data.xml", "", "productSales", "600", "300", true, false); Awaiting your reply.
  17. Define the radius of a circle marker

    Hi Clive, I am afraid, FusionMaps does not support customizing the size of the marker, as of now. Please feel free to revert in case you have any further queries.
  18. FusionCharts printing scale problem with Flash 10

    Hi, I believe that the ADOBE Flash Player version 10.1 bug has been fixed. Could you please update your Flash Player version to the latest one available and clear your browser cache for the same? Also, FusionCharts v3.2 offers a fix for printing issues of FusionCharts on Firefox, and many more exciting features. Could you please drop a mail, for the download link of FusionCharts v3.2 BETA, at [email protected] ? Looking forward to your feedback on the same.
  19. Hi Jaideep, I am afraid, FusionCharts v3.1.0 does not support the dispaly of the series name in tooltip. This bug was fixed in the upgraded version, i.e, FusionCharts v3.1.1. Could you please download the trial version of FusionCharts v3.1.1 to solve the purpose? Please refer to the following link for the download purpose: Ref.- http://www.fusioncharts.com/Download.asp Hope this helps.
  20. Hi Manoj, Welcome to FusionCharts Forum! Could you please send us the screenshot(s) of the following: 1. The chart which is rendered correctly? 2. The chart rendered with the issue that you are facing? Looking forward to your reply.
  21. Hi, You are always welcome. Glad that your issue is resolved. I am afraid, the Scroll Charts of the FusionCharts suite does not support Dual Y axis, as of now. Also, you can check the Scroll charts of the FusionCharts pack in case if it helps: Ref.- http://www.fusioncharts.com/docs/ >> Scroll Charts Please revert in case you have further queries on the same.
  22. Hi, Could you please try setting the attributes "showDivLineSecondaryValue" and "showSecondaryLimits" to "0" in the <chart> element to hide the Secondary Y axis Values? Also, in case you wish to show same values on both the Y axis, please try setting the same minimum and maximum values for both the Primary and Secondary Y axis in the <chart> element. Ref.- <chart... PYAxisMinValue='0' PYAxisMaxValue='70' SYAxisMinValue='0' SYAxisMaxValue='70' > In the image, the Violet line is displayed outside the chart canvas. This is not posible to be displayed in FusionCharts. FusionCharts adjusts the chart limits based on the data provided to make all the plots fall within the canvas. Even if you explicitly set a smaller limit for the line plot, the chart would adjusts itself as soon it encounters a data larger than the given limit. Hope I am able to make myself clear. Please revert in case you have further queries on the same.
  23. Fusion Charts do not get display charts in IE8

    Hi Rekha, You are welcome. The issue you are facing is because of the chart getting rendered before the page is loaded. If you wish to see the chart render without any issue, you have to wait till the browser page has ompletely loaded. Hope this helps.
  24. Ampersan in "link"

    Hi, You are welcome. Glad that your issue is resolved. Thanks for sharing. happy FusionCharting!
  25. Hi Jaideep, Could you please try setting the attribute "seriesNameInToolTip" to "1" in the <chart> element? In case this does not help, please enable the "Debug Mode" in the HTML and send us the screenshot of the page. Ref.- var chart = new FusionCharts("MSColumn2D.swf", "ChartId", "700", "450", "1", "0"); Looking forward to your feedback on the same.