-
Content count
943 -
Joined
-
Last visited
-
Days Won
3
Everything posted by srividya_sharma
-
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
-
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
-
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
-
:)Hi Give me some time, I will try to come up with a small example. Thanks for your patience. Srividya
-
How to Export chart in PDF
srividya_sharma replied to LivingLegend's topic in Suggestions & Requests
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 -
Short Tutorial on FC JSF Tag Library with Facelets and XHTML
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
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 -
How to Export chart in PDF
srividya_sharma replied to LivingLegend's topic in Suggestions & Requests
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 -
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
-
Unable to show a back ground image
srividya_sharma replied to dhirajr's topic in FusionCharts and JSP
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 -
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
-
Unable to show a back ground image
srividya_sharma replied to dhirajr's topic in FusionCharts and JSP
Hi Dhiraj, Can you tell me what path you gave? Thanks Srividya -
Hi This must have something to do with browser cache. Please Clear your browser cache and try. Hope this helps Srividya
-
+ symbol gets replaced with space in chart caption
srividya_sharma replied to srividya_sharma's topic in General usage
Hi Amrita, Can you please use the encoded form of + i.e, %2B ? For example, GMT %2B 5:30. Hope this helps Srividya -
fusion chart wraping issue
srividya_sharma replied to priyanka11's topic in FusionCharts and ASP.NET
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 -
Charts display in Firefox, but not in IE or Chrome.
srividya_sharma replied to spireite's topic in FusionCharts and ASP.NET
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 -
SSL for not working for Internet Explorer 7, have already tried recommendations in forum
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
Hi Could you please try to give absolute path starting with https:// for the swf file path? Srividya -
Unable to show a back ground image
srividya_sharma replied to dhirajr's topic in FusionCharts and JSP
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 -
FusionCharts JSF-All Tag Libraries & Samples
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
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 -
fc tag library unable to use in-line xml (dataXML)
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
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 -
Sample coding to display fusion charts
srividya_sharma replied to Shiva223's topic in FusionCharts and JSP
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 -
fc tag library unable to use in-line xml (dataXML)
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
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 -
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
-
To implement a client side exporting
srividya_sharma replied to satdev's topic in FusionCharts and PHP
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 -
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
-
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