-
Content count
943 -
Joined
-
Last visited
-
Days Won
3
Everything posted by srividya_sharma
-
can any one help creating Fusion charts in porlets developed using jetspeed
srividya_sharma replied to srividya_sharma's topic in General usage
Hi, I have created a sample portlet and tested it with Jetspeed. Please see http://www.fusioncharts.com/forum/Topic26299-33-1.aspx. Hope this helps you Srividya -
Sample coding to display fusion charts
srividya_sharma replied to Shiva223's topic in FusionCharts and JSP
Hi Shiva, I have created a sample portlet and tested with Jetspeed. Please see http://www.fusioncharts.com/forum/Topic26299-33-1.aspx. Hope this helps Srividya -
Hello All, Requests from several users has prompted me to create an example for using FusionCharts in Jetspeed. Please find attached the zip file, which contains the following: 1. FusionChartsPortlet.war ( contains fusioncharts.jar also ) 2. Source code for the class files 3. FusionCharts.psml Deployment Instructions: 1. Place FusionChartsPortlet.war in deploy folder of jetspeed. 2. Place FusionCharts.psml in pages folder of jetspeed. 3. Start the server and open the portal in browser This sample has been tested with jetspeed 2.2. Please feel free to suggest changes/improvements. Please feel free to contact me in case of any queries. Hope you find this useful. Srividya FusionCharts-Jetspeed-Portlet-Example.zip
-
what I have to set as exportHandler?
srividya_sharma replied to macsig's topic in FusionCharts and Ruby on Rails
Hi You are most welcome. Glad that your problem got solved. Keep FusionCharting! Srividya -
Hi All, Please note that this is possible with the latest export feature of FusionCharts v3. Srividya
-
Hi All, Tomcat users might find this useful when trying to load chart using SSL: http://www.fusioncharts.com/forum/Topic25767-33-1.aspx Hope this helps. Srividya
-
I should say, Rahul is the best support guy on board! Anybody contesting that? Srividya
-
how to click javascript on entire chart.
srividya_sharma replied to anila's topic in FusionCharts and JSP
Hi Like communicated to you, please use %26apos; instead of single quote for javascript parameter. Hope this helps other users too. Srividya -
Having multiple charts in one page eats up a lot of memory
srividya_sharma replied to franee's topic in Bug Reports
Yes, we have encountered this issue in our labs, we are working on a solution for this. Our next release, would probably have a fix for this. Thanks for reporting. Srividya -
Exporting Image to Server Disk not working
srividya_sharma replied to archfiend997's topic in FusionCharts and Ruby on Rails
Hi You can use javascript to do the work for you. As soon as the chart is rendered, in the javascript function ( FC_Rendered is the callback function, please see http://www.fusioncharts.com/docs/Contents/JS_Events.html ), you can begin the export of the chart. To initiate export from javascript, you would use code similar to the following: var chartObject = getChartFromId('myChart'); if( chartObject.hasRendered() ) chartObject.exportChart(); Please refer to: http://www.fusioncharts.com/docs/Contents/ECJavaScript.html So the user does not have to manually right click and export the chart. Hope this is what you are looking for. Srividya -
To summarize, CGI.escape can be used in RoR to encode the URL which contains parameters. Keep FusionCharting! Srividya
-
Hi Santosh, Can you please post the relevant code, this might help us understand the problem better. Thanks Srividya
-
Hi Anila, Was your problem resolved? Were you able to make some progress? Please tell us. Srividya
-
Short Tutorial on FC JSF Tag Library with Facelets and XHTML
srividya_sharma replied to srividya_sharma's topic in FusionCharts and JSP
Thanks for sharing this with us. Keep FusionCharting! Srividya -
Placing a Smarty Variable into the SetDataXML parameter...
srividya_sharma replied to srividya_sharma's topic in XML Issue
ok, from your other posts, it appears that you are using PHP. Since you are getting inconsistent behaviour when using Smarty variables, here is a suggestion. You store the entire XML in a variable ( Javascript variable if client side, PHP variable if server side) and then provide the XML from the variable to the setDataXML method. Hope this solves your problem. Srividya -
Placing a Smarty Variable into the SetDataXML parameter...
srividya_sharma replied to srividya_sharma's topic in XML Issue
Hi Can you please tell me whether you are using a specific technology ( like ASP, JSP ) in which Smarty variable usage is allowed? Is it an identifier for a value from the server side ? Thanks Srividya -
Hi Welcome to FusionCharts Forum! Can you please post the xml that you are using to achieve this? Can you please tell us the version of FusionCharts you are using? ( You can get the version by turning on the debugMode ) . Thanks Srividya
-
Unable to show a back ground image
srividya_sharma replied to dhirajr's topic in FusionCharts and JSP
Hi Dhiraj, Attached is the jsp code that displays the background image for me here, on testing. I placed this jsp in FusionCharts_JSP/JSP/Test folder. I placed the Bubble.jpg in FusionCharts_JSP/FusionCharts/Images folder. Please try this out. Hope that it works this time. Srividya BubbleBgChart.jsp.txt -
Exporting Image to Server Disk not working
srividya_sharma replied to archfiend997's topic in FusionCharts and Ruby on Rails
Hi First up, I would like to thank you for posting an elaborate and clear question, with all the relevant code! Perfect forum user, I should say. Thank you. To post the code in this forum, you have to enclose the code within [ code ] [ /code ] ( without the spaces ) . Moving to the problem at hand, I could not spot any problem with the configuration or the code. Could you please check the following: 1. RMagick works for a simple code from their examples 2. ImageMagick opens images 3 Whether download is working. Change exportAction='download' in the xml and see what happens. Lets proceed based on the results of these checks. Srividya -
can any one help creating Fusion charts in porlets developed using jetspeed
srividya_sharma replied to srividya_sharma's topic in General usage
Hi We do not have a sample implementation in Jetspeed currently. The general guidelines would be to create a jsp and use that in a portlet. Hope this acts as a starting point. Srividya -
Label Inside Pie Instead of Outside
srividya_sharma replied to srividya_sharma's topic in General usage
Hi Here is a workaround. Since you are not able to read the label in the dark background, you could change the color of the Label itself, using baseFontColor attribute in the chart element. From the docs: This attribute sets the base font color of the chart i.e., all the values and the names in the chart which lie on the canvas will be displayed using the font color provided here. Please try it out. Hope this solves your problem. Srividya -
Unable to show a back ground image
srividya_sharma replied to dhirajr's topic in FusionCharts and JSP
Hi Dhiraj, Can you please mail me the image and the xml? I will test it out here. Thanks for your patience. Srividya -
Default color list for plot data
srividya_sharma replied to srividya_sharma's topic in General usage
Hi Can you please see if paletteColors attribute of chart tag is what you are looking for? From the docs: paletteColors String List of hex color codes separated by comma While the palette attribute allows to select a palette theme that applies to chart background, canvas, font and tool-tips, it does not change the colors of data items (i.e., column, line, pie etc.). Using paletteColors attribute, you can specify your custom list of hex colors for the data items. The list of colors have to be separated by comma e.g., <chart paletteColors='FF0000,0372AB,FF5904...'>. The chart will cycle through the list of specified colors and then render the data plot accordingly. To use the same set of colors throughout all your charts in a web application, you can store the list of palette colors in your application globally and then provide the same in each chart XML. Please refer to documentation page for further details. Hope this helps. Srividya -
Hi Please see if LED Gauges http://www.fusioncharts.com/widgets/docs/Contents/LED_Overview.html will serve your purpose. There is also an example of CPU usage ( Task Manager ) in the Download Package of FusionWidgets. Hope this helps. Srividya
-
Hello Dee, I am not sure if this would help, but do you think Stacked Column2D chart would serve your purpose? Srividya