Dhruva

Members
  • Content count

    448
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Dhruva

  1. Hello, Could you please try setting rotateValues='1' in the <chart> element and try again? Also please feel free attach the XML you are working with, so that we may have a look.
  2. 50 charts but only one xml-file

    Hello, You could consider using server side scripting to do this. One approach would be to use AJAX to parse the XMLs, split them and then store them into an array with 50 elements. Then the XMLs can be fetched from the array, depending on whichever country is clicked on. I hope this helps.
  3. Change the size of caturing image

    You're most welcome!
  4. Hello, This is on our wishlist for FusionCharts v4, but it is not certain, as yet.
  5. How to find out the version of FC?

    Hello Robert! Glad to know you figured it out. I was just about to type in a response to your query, when I refreshed the page and saw your post!
  6. Change the size of caturing image

    Hello, Unfortunately, there is no way to resize the export dialog, as of now.
  7. Hello Paul, I'm afraid there's no way to control the specific location of the data values, but if you could attach the XML (and tell us which graph you're working with) we'd gladly take a look and check if there is any workaround to the problem.
  8. getting/setting canvas x-coordinate

    Hello, Could you please try setting showYAxisValues ='1', and try again?
  9. Hello, There is no target date as such, but we're working on it.
  10. Use of Gantt Charts

    Hello! you are most welcome! We have noted your suggestion down.
  11. Display X-axis value fully.

    Hey there, Qureshka! You are most welcome. Glad to know it's working! Sorry for the error, the names are underlined, which well, tricked me into reading the 'q' like a 'g'
  12. Hi Paul, Thanks for the suggestion! We have noted it down.
  13. Drill down for multiseries graph

    You are most welcome!
  14. Use of Gantt Charts

    Hello, Welcome to the forum. The first feature you request, I'm afraid, is not currently supported. For the second feature, please go through the following documentation for more information: http://www.fusioncharts.com/widgets/docs/Contents/GanttMultiTask.html I hope this helps.
  15. Hello Paul, Welcome to the forum. It is nice to know that FusionCharts is working well for you. I'm afraid, however, that the feature you want is currently not supported.
  16. Hello, Just use the .print() method for each chart!
  17. Change the size of caturing image

    Hello, The only way to resize the captured image as of now is to render it with bigger dimensions in the HTML and then capture it.
  18. Hello, Thank you for your suggestion. We have noted it down.
  19. Drill down for multiseries graph

    Hello Rama, Welcome to the forum. You can simply use the link attribute in any dataplot element you want to drilldown. For example: Within the quotes after the link attribute, you can use regular links, or javascript. Please check http://www.fusioncharts.com/docs/ -> Drill Down Charts for more information. I hope this helps.
  20. Hello, It is, in fact, possible! Could you look at the following sample XML for the same? <chart> <set label='This label has been wrapped into 2 lines!' value='462000' /> <set label='A' value='857000' /> <set label='B' value='671000' /> <set label='C' value='494000' /> <set label='D' value='761000' /> <set label='This label has been wrapped into 3 lines!' value='960000' /> <set label='E' value='629000' /> <set label='F' value='622000' /> <set label='G' value='376000' /> <set label='H' value='494000' /> <set label='I' value='761000' /> <set label='J' value='960000' /> </chart> I hope this helps.
  21. multiple tool tip with DB method

    Hello Ullas, Could you please go through the following thread? http://www.fusioncharts.com/forum/Topic12985-32-1.aspx? I hope this helps.
  22. Posting html code

    Yes, the forum doesn't seem to agree too well with anything other than IE
  23. Save As... Not working 100%

    Hello, Welcome to the forum. Could you please attach the XML and HTML you are working with so that we may take a look?
  24. Fusion Charts on WIndows APP

    Hello, Could you please go through the following threads? http://www.fusioncharts.com/forum/Topic3221-28-1.aspx http://www.fusioncharts.com/forum/Topic3219-44-1.aspx I hope they'll help!