srividya_sharma

Members
  • Content count

    943
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by srividya_sharma

  1. 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
  2. Sample coding to display fusion charts

    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
  3. Jetspeed FusionCharts portlet

    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
  4. what I have to set as exportHandler?

    Hi You are most welcome. Glad that your problem got solved. Keep FusionCharting! Srividya
  5. invoke FusionChartSave from jsp

    Hi All, Please note that this is possible with the latest export feature of FusionCharts v3. Srividya
  6. Cant load chart file in https over https

    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
  7. save As image not save image

    I should say, Rahul is the best support guy on board! Anybody contesting that? Srividya
  8. how to click javascript on entire chart.

    Hi Like communicated to you, please use %26apos; instead of single quote for javascript parameter. Hope this helps other users too. Srividya
  9. Having multiple charts in one page eats up a lot of memory

    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
  10. Exporting Image to Server Disk not working

    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
  11. FusionCharts.js setDataURL method problem

    To summarize, CGI.escape can be used in RoR to encode the URL which contains parameters. Keep FusionCharting! Srividya
  12. Fusion chart on Facebox

    Hi Santosh, Can you please post the relevant code, this might help us understand the problem better. Thanks Srividya
  13. Drill down in map.

    Hi Anila, Was your problem resolved? Were you able to make some progress? Please tell us. Srividya
  14. Short Tutorial on FC JSF Tag Library with Facelets and XHTML

    Thanks for sharing this with us. Keep FusionCharting! Srividya
  15. Placing a Smarty Variable into the SetDataXML parameter...

    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
  16. Placing a Smarty Variable into the SetDataXML parameter...

    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
  17. Line break in X-axis does not work

    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
  18. Unable to show a back ground image

    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
  19. Exporting Image to Server Disk not working

    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
  20. 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
  21. Label Inside Pie Instead of Outside

    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
  22. Unable to show a back ground image

    Hi Dhiraj, Can you please mail me the image and the xml? I will test it out here. Thanks for your patience. Srividya
  23. Default color list for plot data

    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
  24. Timeline Based charts

    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
  25. area transparency issue

    Hello Dee, I am not sure if this would help, but do you think Stacked Column2D chart would serve your purpose? Srividya