srividya_sharma

Members
  • Content count

    943
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by srividya_sharma

  1. Decimals in Secondary Y axis

    Hi Could you please try sDecimals ( plural form ) ? Please refer to : http://www.fusioncharts.com/docs/Contents/ChartSS/MSCol3DLineDY.html > Number Formatting and look for sDecimals. Hope this helps. Srividya
  2. how to wrap showname value in fusion chart

    Hi When you get the value from database, can you try to replace the newlines with the break character as specified by Basundhara. Hope this helps. Srividya
  3. PHP and ms Access

    Hi You could easily modify the DBConn.php to connect to the MS Access database. Here is a simple piece of code to connect to the database: $db = 'C:Program FilesMicrosoft OfficeOffice10SamplesNorthwind.mdb'; $conn = new COM('ADODB.Connection') or exit('Cannot start ADO.'); // Connect $conn->Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=$db") or exit('Cannot open with driver.'); Hope this helps. Srividya
  4. Batch Export for Server Side

    :)Hi Give me some time, I will try to come up with a small example. Thanks for your patience. Srividya
  5. How to Export chart in PDF

    Hello Jigar, In order to create a pdf with data and charts, on server side, you would have to do some custom coding. Other users have been able to achieve this by writing their own code for writing pdf. I can provide you with the general idea. You would need to export all the charts as a single image and then include it within the pdf that you would generate on server side. Hope this helps. Srividya
  6. Short Tutorial on FC JSF Tag Library with Facelets and XHTML

    Hi, JSF Tag library for JSF 1.1 and 1.2 are currently available. Can you please tell us how you made it work in JSF 2.0? This would help all our users, and probably we could release 2.0 version soon. Thanks Srividya
  7. How to Export chart in PDF

    Hi If I have understood your requirement correctly, I think this is possible with FusionCharts v3. Please see http://www.fusioncharts.com/docs/Contents/ECBatchSetup.html After you set this up, to achieve the whole thing with one click, what you could do is: Export each chart after it is rendered, using javascript. Then click on save All button of the export component and save to PDF. You could also take a look at this: http://www.fusioncharts.com/forum/FindPost24684.aspx Hope this helps. Srividya
  8. DoubleByte support

    Hi Nishi, Can you please post some code, so that we can get a better understanding of the problem? The steps to reproduce the problem will also be useful. Thanks. Srividya
  9. Unable to show a back ground image

    Hi Dhiraj, I really appologize for the inconvenience caused. Absolute path may not help in this case. Please use relative path to the bgSWF file. I have tested your xml here and it works fine. 1. Please ensure that you have given the correct relative path to the bgSWF file. 2. Ensure that the chart and bgSWF file are in the same domain. Please refer to http://www.fusioncharts.com/docs/Contents/BgSWF.html for more details. Please set debugMode to true and see if the dialog gives any error message ( in red ) Hope this helps. Srividya
  10. html with many charts

    Hi Yes, you can embed the same chart type multiple times in the same page. In the downloaded FCDashboard, you can see that the same Column2D chart has been used 3 times. Hope this helps. Srividya
  11. Unable to show a back ground image

    Hi Dhiraj, Can you tell me what path you gave? Thanks Srividya
  12. replace demo flash file

    Hi This must have something to do with browser cache. Please Clear your browser cache and try. Hope this helps Srividya
  13. + symbol gets replaced with space in chart caption

    Hi Amrita, Can you please use the encoded form of + i.e, %2B ? For example, GMT %2B 5:30. Hope this helps Srividya
  14. fusion chart wraping issue

    Hi Could you please refer to the page: http://www.fusioncharts.com/docs/Contents/xAxisNames.html ? In FusionCharts v3, labelDisplay='WRAP' is the attribute you are looking for. Hope this helps. Srividya
  15. Hi This might be something to do with the path to the swf file. Please share the code with us, so that we can guide you in a better way. Srividya
  16. Hi Could you please try to give absolute path starting with https:// for the swf file path? Srividya
  17. Unable to show a back ground image

    Hi Dhiraj Ramakrishnan, Please make the following change: In the xml, the value for bgSWF: bgSWF='../FusionCharts/Images/Bubble.jpg' Please give the complete path to the file. Hope this solves your problem. Srividya
  18. FusionCharts JSF-All Tag Libraries & Samples

    Hi Javi, Here is the Source Code for FusionCharts JSF taglib version 1.4.1. Java: 5 JSF: 1.2 Source code for Tag library Jar version: 1.4.1 Please find attached. Hope this helps. Srividya Ask and get more out of FusionCharts everyday! FusionChartsJSFTagLibSourceCode1_4_1.zip
  19. fc tag library unable to use in-line xml (dataXML)

    Hi Javi, Good to hear that your problem is resolved. I will take a look at fc:renderHTML and see if there any issues with it. Thanks for the information. There are loads of charts to explore. Hope you enjoy your journey through them! Keep FusionCharting! Srividya
  20. Sample coding to display fusion charts

    Hi Shiva, There is no existing example of FusionCharts in Jetspeed portal. At the same time, I don't think you would find any issues in getting this to work, except when specifying the paths to the swf and xml files. If you can start working on it, I can definitely guide you. Srividya
  21. fc tag library unable to use in-line xml (dataXML)

    Hi I hope you are using the latest version of jar, 1.4.1 from this post http://www.fusioncharts.com/forum/FindPost17718.aspx The attribute "xml" is present so that you can use it when you want to provide data from a Backing Bean. For inline xml, you have to provide it as the body for the tag, just as you have done. I suspect it is the jar version problem. Please verify that and get back to me, in case of any issues. Srividya
  22. Transparent swf files

    Hi I am unable to directly replicate the problem here, because you have only given the code for the charts, but not for the text/ window over the chart. However, for the charts which are rendered using javascript, you would need to add the following statement to make them transparent. For example, chart1.setTransparent(true); Hope this helps. If not, I would need the remaining part of code as well, to test it here. Srividya
  23. To implement a client side exporting

    Hi Satdev, 1. Can you please check the version of FusionCharts you are using? ( you can check the version using debugMode ) 2. Please post the exact error you are getting and the steps to re-create the error here. 3. Please post the xml and relevants part of php code Thanks Srividya
  24. how to viwe my posted query?

    Another way is: Click on your id/name bootstrap shown on the top of the page after you login. You can see: FusionCharts Forum Welcome bootstrap ( Logout ) Click on the id and you get the profile page. There on the right side, you see personal information. In the last row you can see: Tools: Show all posts by this member... Find all topics this member has participated within... Click on the link to see all your posts. Keep FusionCharting! Srividya
  25. how to viwe my posted query?

    Hi One way to find out all posts made by you is this: Click on your id bootstrap shown on the left under the Author section in this topic or any topic that you have posted in. You will be shown a menu, from which you can click on "Find All Member's Posts" Hope this helps. Srividya