Dhruva

Members
  • Content count

    448
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Dhruva

  1. Hello, Could you please try using the getData() method in the FC_ChartUpdated event? Please look at the following documentation for more information and an example: http://www.fusioncharts.com/widgets/docs/Contents/Ang_JS.html I hope this helps.
  2. saving images

    You are most welcome. Unfortunately, at the time, there is no way to achieve what you require automatically. For the image to be captured, it must be rendered first. Do let us know if you devise a workaround!
  3. Hello, The characters are BOM markers in UTF-8, which ensure a more global compatibility. If you want to remove them forcibly, could you please open the php file in notepad, and save it in ASCII encoding, as opposed to UTF-8? Please ote that this will reduce compatibility of the file. Optionally, you could set the browser to Auto-Select encoding mode, which should resolve this. I hope this helps.
  4. seriesNameInToolTip broken in 3.1

    Hello, Could you please update your charts to v3.1.1, and try again? It is a free update available at http://www.fusioncharts.com/PUC The bug has been fixed in this update.
  5. Problems with tooltip information

    Hello, Could you please update your charts to v3.1.1, and try again? It is a free update available at http://www.fusioncharts.com/PUC
  6. Vertical Trendlines in Scroll column charts

    Hello Varun, Could you please attach the XML you are working with so that we may have a look?
  7. special symbols

    I'm sorry, I just checked, legend positioning to the left is not supported. I apologise for the oversight. :|
  8. saving images

    Hello, Could you please go to http://www.fusioncharts.com/docs/ and check the Exporting as Image/PDF section? Before that, please upgrade to v3.1.1 of FusionCharts, which is available freely at http://www.fusioncharts.com/PUC I hope this helps!
  9. Vertical Trendlines in Scroll column charts

    Hello Varun, Could you please attach the XML you are working with so that we may have a look?
  10. You are most welcome! Glad to help.
  11. Fusion widgets and MySQL?

    Hello again, Could you please go through the example available at the following link? http://www.fusioncharts.com/Downloads/Blueprint/FusionWidgets_PHP.zip I hope it'll help.
  12. Negative Values

    Yes, it can be used in any angular dial.
  13. Please add a zoom feature

    You're most welcome, Mike!
  14. Hello again, We tried various browsers and platforms, and so far we could not reconstruct the problem at our lab. The code seems to run properly. Could you please try adjusting the settings of Flash and try again? Could you please see the following link for the same? http://www.fusioncharts.com/forum/Topic5009-47-1.aspx#bm8077 Thanks! Let's hope this works.
  15. FusionMaps v3.1 Released

    Dear developers, We proudly announce the release of FusionMaps v3.1 with the following new features: - Ability to export maps as PNG/JPG/PDF at client side or server side. We've also devised a batch export mechanism at client side, which allows you to export all the maps in a page as a single image/PDF using one-click. - Ability to copy data from map as CSV using context menu, or JavaScript function. - Personalization of map - you can now add your logos over the map, and also add an "About your company" to map's context menu and link it to your URL - 1 map in core pack (Europe with islands); 69 new maps in Americas & India / Europe Pack, including Brazil (States), Portugal (Districts), Austria (States) & Caribbean Islands (Islands) - More control over chart using JavaScript - many new APIs and events exposed by map. - Bug Fix: Entity IDs/ Physical entities bug fixes in many maps. Existing licensed users can download the free upgrade from www.fusioncharts.com/PUC
  16. saving images

    We can now save the chart as JPEG or PNG images!
  17. Hello everyone, I'm bumping this thread just to bring to notice that PDF generation is now possible in FusionCharts products! Cheers!
  18. Fusion widgets and MySQL?

    The widgets or charts can read data only in a specific XML format. To read data from a database, the data must be fetched using some other method, like, for example, a serverside language. Then this fetched data must be converted to the XML format readable by the widget, and this must be then fed to the widget.
  19. The .print() method is an external API method of the chart itself, it is not a part of the FusionCharts.js file. So could you please try enabling the register with JS parameter and try again? It should look something like: var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "1"); I hope this helps!
  20. Negative Values

    Hello, Welcome to the forum. The range is valid, as long as the lower limit is numerically lower than the upper limit. That is, lower limit= -100 & upper limit= +100 is valid, but lower limit= +100 & upper limit= -100 is NOT valid.
  21. Tooltip max character size

    Hello Maksuda, Could you please give us a live url, so that we may see what is happening? It would be a great help. Thanks!
  22. error serverside image saving asp.net

    You're most welcome, Thomas! Glad to help.
  23. error serverside image saving asp.net

    Could you please try with the attached file? Thank you. FCExporter.aspx.zip