Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Hi Martin, Could you please try using the attribute canvasBorderColor='ff0000' in the <chart> element to get a border around the canvas? Also, you can adjust the thickness and transparency of the canvas border with the attributes canvasBorderThicness and canvasBorderAlpha in the <chart> element. Hope this helps.
  2. About Licence

    Hi Maalan, Thanks for your mail. Could you please drop a mail at [email protected] for this? Please do quote this thread in your mail. Thanks for your patience on this. Looking forward to your mail.
  3. Combining U.S. Counties

    Hi, Welcome to FusionCharts Forum. I am afraid, FusionMaps does not support this feature, as of now. As a suggestion, you can take a look into the section of the Custom Maps for your help. Please refer to the link for further details on the same. Ref.- http://www.fusioncharts.com/maps/Custom.asp Looking forward to your feedback on the same.
  4. Using PHP to write an XML file

    Hi, Please make sure that you are not using any duplicate or W3C non-supportive attributes in the XML. Could you please let us know in which browser you are trying to run the code? Also, please send us the XML file as an attachment so that we might test it in our lab. Awaiting your reply.
  5. Limiting number of X-Axis Labels

    Hi, You are welcome. I am afraid, FusionCharts does not support "auto-spacing" functionality, as of now. The value for the attribute "labelStep" in the <chart> element needs to be mentioned (manually) in the XML. Above all, your suggestions are very important to us. We made a note of the same. Happy FusionCharting!
  6. how can i make the scroll bar at the right

    Hi, I am afraid, the Scroll chart of the FusionCharts suite does not support this, as of now.
  7. Limiting number of X-Axis Labels

    Hi, Please find the solution for your issues below: Q: A: In FusionCharts by default, all the labels are displayed on the chart.However, if you've a set of streaming data (like name of months or days of week), you can opt to hide every n-th label for better clarity. This attributes just allows to skip every n(th) X-axis label. But the value for the attribute labelStep needs to be explicitly given by the user in the <chart> element according to the requirement of the number of labels to be skipped. Q: A: I am afraid, FusionCharts does not support the date and time format as data values, as of now. In case, you wish to display in the date and time format, you need to mention it as string value (manually) in the data labels. FusionCharts only accepts numbers as X-axis values but as of now natively do not provide any method to convert the date and time into integer. But every scripting language provides a specific method using which you can get a integer equivalence of a date. Please try and look for the specific function that nedds to be invoked into your code for the necessary conversion. Additionally you can provide a string display value for each X-axis category which can be the string representation of the date. I hope this helps. Please do share your feedback with us on this thread.
  8. Hi Satdev, Could you please try using the Multi-Series Column3D chart of the FusionCharts suite to solve your purpose? Also please refer to the sample attached to check if this is what you are looking for. Hope this helps. MSCol3D.zip
  9. Label wrap on 2D Column

    Hi, You are most welcome. Glad that your issue is resolved. Happy FusionCharting!
  10. How to write Extra text on the Bar2D Chart

    Hi Nagendra, I am afraid, FusionCharts does not provide any method to fix the length of the Legend display manually, as of now. The size of the legend display is automatically taken up when the chart gets rendered, depending on the number of legend items present on the chart. FusionCharts only provide for the options for formatting legends given in the link mentioned and that does not include control of the length of the legend display. Ref.- http://www.fusioncharts.com?/Contents/AttDesc/Legend.html I have a made a due note of the same.
  11. Cannot change colorRange on Bullet Graph

    Hi Patty, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  12. Adding legend to a pie chart

    Hi Anirban, I am afraid, FusionCharts supports "Legends" for only Multi-Series charts and not for Single-Series charts. Pie chart is a Single-series chart, hence does not support "Legends". However, in case you wish to represent Single-series charts in a tabular form please try using the 'SSGrid.swf' file of FusionCharts pack with the same xml(you can even use different XML file for Grid Component). Hope this helps.
  13. Fusion Chart Legend Area scroll bar

    Hi Anila, I am afraid, FusionCharts does not support the feature you intend to display on the chart, as of now. If you've too many items on the legend, a vertical scroll bar shows up on the same. But it is not possible to display a horizontal scroll bar. Hope this helps.
  14. Cannot change colorRange on Bullet Graph

    Hi Patty, You are welcome. Glad that your issue is resolved. Could you please send us the sample code that you are using to render the chart? Awaiting your reply.
  15. Label wrap on 2D Column

    Hi Murray, You are most welcome. The Bar 2D chart of the FusionCharts suite is plotted horizontally unlike the other charts. As a result, the X axis gets plotted in the place of Y axis and the Y axis gets plotted in the place of X axis. In Bar 2D chart, the horizontal axis is the Y axis and the vertical axis is X axis. The chart is rendered perfectly when we tested your XML. Please refer to the attached screen shot of the rendered Bar 2D chart to check if this is what you intend to display. Please attach the screen shot of your requirement in case your issue is not resolved. In case you have further issues, please feel free to revert back to us. Awaiting your reply.
  16. Label wrap on 2D Column

    Hi Murray, I am afraid, I could not replicate the issue after testing the XML you provided. Your XML is working perfectly fine in our lab. Please refer to the attached screen shot of the rendered chart to check if this is what you are looking for. Else please send a screen shot of your requirement. Awaiting your reply.
  17. Creating shorter line's on the pie-chart

    Hi, Could you please try setting the sttribute 'enebleSmartLabels' to '0' in the <chart> element? Also, please try to specify the distance (in pixels) you wish to display in the attribute 'labelDistance' in the <chart> element. Hope this helps.
  18. handling % symbol with xml data

    Hi, You are most welcome. Glad that your issue is resolved. Happy FusionCharting!
  19. Colour change of a task bar in gantt charts

    Hi Suganthi, Could you please refer to this thread for your query? Ref.- http://www.fusioncharts.com/forum/Topic28216-28-1.aspx
  20. Gradient Color in 2D Bar Chart

    Hi, You are most welcome. Glad that your issue is resolved. Happy FusionCharting!
  21. Sliderbar for Stackedbar or Bargraph

    Hi, I am afraid, FusionCharts suite does not contain a Scroll Bar 2D/3D chart, as of now. The Scroll charts of the FusionCharts suite consist of the following: Scroll Column 2D chart Scroll Line 2D chart Scroll Area 2D chart Scroll Stacked Column 2D chart Scroll Combination 2D chart Scroll Combination 2D (Dual Y) chart Hope this is of some help to you.
  22. Gradient Color in 2D Bar Chart

    Hi, Could you please try using the attribute plotGradientColor='' in the <chart> element for filling the data plots with solid colors instead of using any gradient? Hope this helps.
  23. Hi, The server side export handler for ColdFusion is in our wish list. But its development has not started, as of now. As of now, you can try using the JSP solution for the same. Hope this helps.
  24. Hi, Glad that your issue is resolved. Thank you for sharing the idea. Happy FusionCharting!
  25. Supplementary line of Stacked-Column-2D-Chart

    Hi, I am afraid, the Stack Column 2D chart of the FusionCharts suite does not support this feature, as of now.