Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Hi, You are always welcome. Happy FusionCharting!
  2. Using only anchors in data series

    Hi Ola, Could you please try setting the value of "alpha" to "0.1" instead of "1" and check if it still shows the faded data plot? Your suggestions are important to us. We have made a due note of the same. Please feel free to revert back to us in case you have further queries on the same.
  3. Hi, Please refer to the following Forum thread link for the solution to your query. Ref.- http://www.fusioncharts.com/forum/Topic29625-33-1.aspx
  4. Is there a PHP Class for FusionWidgets?

    Hi Daniel, I am afraid, FusionWidgets does not support the attribute "caption" in the gauges, as of now. Could you please refer to the XML sheet of the gauges to get an idea about the attributes that can be used? Please refer to the following link for further details on the above: Ref.- http://www.fusioncharts.com/widgets/docs/Contents/Ang_XML.html Hope this helps.
  5. sample program of FusionCharts in JSP

    Hi, You are welcome. Glad that your issue is resolved. happy FusionCharting!
  6. Hi, The feature you intend to display on the chart can be obtained by using negative values to show the data plots below the X-Axis (as shown in the image). Please check with the attached screenshot of the rendered chart and the XML format for you reference. Hope this helps. Column2D.xml
  7. Hi Hari, There are two options for the Export: >> I am afraid, Fusioncharts does not support this functionality, as of now. >> Call a javascript function on the click of the button, which would initiate export of multiple charts. Ref.- <script type="text/javascript"> function ExportMyCharts() { var chartObject1 = getChartFromId('myChart1'); if( chartObject1.hasRendered() ) chartObject1.exportChart(); // export another chart var chartObject2 = getChartFromId('myChart2'); if( chartObject2.hasRendered() ) chartObject2.exportChart(); } </script> 3. You can modify the Export handler for the Batch Export in the server-side, as per your requirement. Hope this helps. Please feel free to revert in case you have any further queries on the same.
  8. Bubble chart Issue

    Hi Arun, Could you please try setting the attribute "clipBubbles" to "1" in the <chart> element? If bigger bubbles are placed on the edges of the chart, they might extend beyond the canvas. However, this attribute allows to opt to clip those bubble edges so that they are contained within the canvas. Hope this helps.
  9. Is there a PHP Class for FusionWidgets?

    Hey Daniel, You are always welcome. Glad that your issue is resolved. Happy FusionCharting!
  10. Hi Hari, Could you please refer to the following links to get a detailed information about Batch Export functionality in FusionCharts? Ref.- http://www.fusioncharts.com/docs?/ECBatchOverview.html http://www.fusioncharts.com/docs?/ECBatchSetup.html http://www.fusioncharts.com/docs?/ECBatchCallback.html http://www.fusioncharts.com/docs?/ECBatchOverride.html hope this helps.
  11. Using only anchors in data series

    Hi, Could you please try setting the attribute "alpha" to "1" in the <dataset> element? This would help you to hide the line plot of the particular series that you intend to. Hope this helps.
  12. Reg. StackedBar2D.swf

    Hi Usha, FusionCharts does not support the attribute yAxisMinValue in the StackedBar2d chart (which seems to be the X-Axis in Bar charts), as of now. But, we do have a customized set of all the Stacked charts where you would be able to set the yAxisMinValue explicitly. To get further details on the customized set of charts, please send in your customer ID with the request to [email protected]. Please qoute this Forum link in the mail. Looking forward to your mail.
  13. Hi Ola, A tool-tip is shown when the mouse is hovered over a particular data point. I am afraid, FusionCharts does not support tool-tip for Vertical lines, as of now. The value for it can be only specified by the attribute "label". Hope this helps.
  14. Using only anchors in data series

    Hi, Could you please try setting the attribute "lineAlpha" to "1" in the <chart> element to make only the anchors visible? Hope this helps.
  15. MarkerColor and MarkerScale property in Legend?

    Hi, I am afraid, FusionCharts does not support these features, as of now.
  16. Hi, This CANNOT be done. FusionCharts necessarily needs to render once in the browser, before any of the export handlers are called. This is because the charts are always generated at client-side. After that, it takes a snapshot to the client-side Export component or server-side Export scripts for generation of image/PDFs. But, we provide the solution of exporting the chart as image/pdf file, without renedering it in the browser, only for the .Net platform. Looking forward to your feedback on the same.
  17. MarkerColor and MarkerScale property in Legend?

    Hi, I am afraid, FusionCharts does not support any attribute for setting the Marker color or Marker scale property, as of now.
  18. How to access yAxisMaxValue

    Hi, Welcome to FusionCharts Forum. Thanks for sharing the idea with us.
  19. Flash Player 10.1 urgent issue

    Hi Erland, Welcome to FusionCharts Forum. Our development team is currently working for the fix of this issue. We shall inform you as soon we come up with a solution. Thanks for your continued patience.
  20. How to access yAxisMaxValue

    Hi Ola, The attribute yAxisMaxValue helps to explicitly set the upper limit of the chart. In case the value for this attribute is not specified, it is automatically calculated by FusionCharts based on the data provided by the user. There are no specific or fixed ways of computing this value. The chart automatically takes up a marginally higher value than the highest value in the data provided and thus sets the chart limits accordingly. Hope this helps.
  21. Adding custom picture as anchor

    Hi Ola, I am afraid, FusionCharts does not support the display of the image replacing the anchors, as of now. But FusionCharts supports setting external image/SWF file as the background of the chart or loading external logo on the chart. Could you please refer to the following links for further details on the above? Ref.- http://www.fusioncharts.com/docs?/AttDesc/Background.html http://www.fusioncharts.com/docs?/AttDesc/Logo.html Hope this helps.
  22. Trendline not working

    Hi, We have tested your XML in our lab but we were not able to replicate the issue. The trendline is displayed on the chart when rendered. Please check with the attached screenshot of the rendered chart for further reference. Please feel free to revert in case you have any further issues on the same.
  23. More than one chart in html

    Hi Fabio, You are always welcome. Hope that your issue is resolved. Happy FusionCharting!
  24. sample program of FusionCharts in JSP

    Hi, Welcome to FusionCharts Forum. Could you please take a look through FusionCharts online documentation to get further deatails on the above? Ref.- http://www.fusioncharts.com/docs/ >> Guide for Web Developers >> Using with JSP Hope this helps. Please feel free to revert in case you have any further queries on the same.
  25. Hi, You are always welcome. I am afraid, there are no solutions to this issue, as of now.