﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts v3 / Using FusionCharts / FusionCharts and JSP </title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Fri, 18 Jul 2008 21:37:40 GMT</lastBuildDate><ttl>20</ttl><item><title>how to Extract Graphics from a PDF</title><link>http://www.fusioncharts.com/forum/Topic7358-33-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;could you please tell me where i can find the external utility programs that can be used to Extract Graphics from a PDF?&lt;FONT size=1&gt;&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt; &lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Thu, 17 Jul 2008 01:16:09 GMT</pubDate><dc:creator>muthu</dc:creator></item><item><title>is it possible to get the charts from pdf?</title><link>http://www.fusioncharts.com/forum/Topic7355-33-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I export the chart as pdf. I want to get the charts again from the pdf. Is it possible to get the charts? If possible how should i get charts?</description><pubDate>Thu, 17 Jul 2008 00:34:09 GMT</pubDate><dc:creator>muthu</dc:creator></item><item><title>save multiple images in one file</title><link>http://www.fusioncharts.com/forum/Topic7337-33-1.aspx</link><description>i have 4 charts in one page. i need to save all charts as a single image. is it possile?&lt;/P&gt;&lt;P&gt;i have the code like this. im passing chart id to this method. this is working for column charts.&lt;/P&gt;&lt;P&gt;but this is not working for angular charts. &lt;/P&gt;&lt;P&gt;function save(chartID){&lt;BR&gt;         var savechart = getChartFromId(chartID);&lt;BR&gt;         savechart.saveAsImage();&lt;BR&gt;      }</description><pubDate>Wed, 16 Jul 2008 05:51:52 GMT</pubDate><dc:creator>muthu</dc:creator></item><item><title>Export fusion charts in to pdf</title><link>http://www.fusioncharts.com/forum/Topic7331-33-1.aspx</link><description>how to save the fusion chart as image and export in to pdf?</description><pubDate>Wed, 16 Jul 2008 01:09:09 GMT</pubDate><dc:creator>muthu</dc:creator></item><item><title>Generate Chart as Image w/out Browser</title><link>http://www.fusioncharts.com/forum/Topic7165-33-1.aspx</link><description>Hi, we are evaluating Fusion Charts for use in a reporting project we are working on. Everything looks pretty good with the exception of one issue. We need to be able to generate PDF files of our reports (both online and in a scheduled job). To do this we render all of the various components of the report to HTML and then convert that to PDF. This is done on the server side, without a browser. What I really need in this case is the ability to render a Fusion Chart to a JPEG without requiring a browser. Is this possible?&lt;br&gt;&lt;br&gt;FWIW, we have looked at the FusionChartSave.jsp code example, but it looks like that requires data to be posted to you from the Flash chart in the browser.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Scott&lt;br&gt;</description><pubDate>Thu, 03 Jul 2008 07:45:34 GMT</pubDate><dc:creator>smitchelus</dc:creator></item><item><title>save image doesn't work for me</title><link>http://www.fusioncharts.com/forum/Topic7058-33-1.aspx</link><description>I copy the FusionChartsSave.jsp to my application in tomcat.  I try save image, it show the progress bar, but after percentage bar finishes, nothing happens.&lt;br&gt;&lt;br&gt;I test it that the jsp is accessible by typing the link to that jsp, and I get the error message that complains no parameters for width and height, which is the right behavior because it shows that jsp is running and accessible.</description><pubDate>Thu, 26 Jun 2008 19:33:21 GMT</pubDate><dc:creator>xmichelle</dc:creator></item><item><title>chart  value vs date (value against date)</title><link>http://www.fusioncharts.com/forum/Topic7007-33-1.aspx</link><description>Hi, i want to draw a chart as following way.&lt;br&gt;&lt;br&gt; i have  unit operations for a project(as 1,2,3 --)&lt;br&gt;and each unit operations has it's  estimated completed date and actual completed date.&lt;br&gt;&lt;br&gt;i have values(Estimated end date and Actual end date ) for each unit operations i want to draw chart as &lt;br&gt;unit operations on x-axis(1,2,3---) and  dates on y-axis (jan 2007,mar 207, apr 2007) like that .&lt;br&gt;&lt;br&gt;the chart may be line or bar.&lt;br&gt;&lt;br&gt;i am expecting your help  as soon as possible.&lt;br&gt;&lt;br&gt;thanks &lt;br&gt;jyothi prakash</description><pubDate>Tue, 24 Jun 2008 06:01:10 GMT</pubDate><dc:creator>jyothi prakash</dc:creator></item><item><title>Unable to access .swf chart fiels located under WEB-INF folder.</title><link>http://www.fusioncharts.com/forum/Topic6877-33-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I placed all .swf files under WEB-INF folder for the security reasons.&lt;/STRONG&gt; But I am not able to access those files if they are in WEB-INF folder through javascript and Java code in the JSP. (See the below code)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;JavaScript:&lt;/U&gt;&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript"&amp;gt; &lt;/P&gt;&lt;P&gt;new FusionCharts("/WEB-INF/fusionCharts/Bar2D.swf", "", "xmlString", "chart1Id", "400", "180", 0, 0);            (or)&lt;/P&gt;&lt;P&gt;new FusionCharts("../../WEB-INF/fusionCharts/Bar2D.swf", "", "xmlString", "chart1Id", "400", "180", 0, 0); &lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Java:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;%&lt;/P&gt;&lt;P&gt;String chartHTMLCode=FusionChartsCreator.createChartHTML("../../WEB-INF/fusionCharts/Bar2D.swf", "", "strxml", "scoreGraph", 400, 180, false);&lt;/P&gt;&lt;P&gt;%&amp;gt;&lt;/P&gt;&lt;P&gt;-------------&lt;/P&gt;&lt;P&gt;Even i tried with the standalone example as it is given in the "$\Code\JSP\BasicExample\BasicChart.jsp" with the Tomcat 6.0.  But i am not able to access the Column3D.swf file located under the /WEB-INF/FusionCharts/.    (See the below code)&lt;/P&gt;&lt;P&gt;&amp;lt;%&lt;/P&gt;&lt;P&gt;String chartHTMLCode=createChartHTML("../../FusionCharts/Column3D.swf", "Data/Data.xml", "", "myFirst", 600, 300, false);&lt;/P&gt;&lt;P&gt;%&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Please let me know how can i access these files from the WEB-INF folder.&lt;/P&gt;&lt;P&gt;Note that i can able to access .swf files if i placed them outside of web-inf folder. &lt;/P&gt;&lt;P&gt;&lt;BR&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rambabu. &lt;BR&gt;</description><pubDate>Tue, 17 Jun 2008 01:08:20 GMT</pubDate><dc:creator>Rambabu</dc:creator></item><item><title>Save mutliple fusioncharts present in a single jsp page as images</title><link>http://www.fusioncharts.com/forum/Topic6766-33-1.aspx</link><description>Dear All,&lt;br&gt;I am new to fusion charts, I have a jsp page which contain 5 fusion charts, I want to save this page as pdf, inorder to do that I want to save these fusion charts as images. I read the document on saving fusion chart as image, and I specified imageSave="1" imageSaveURL="FusionChartsSave.jsp" in the data xml file, and called saveAsImage() from java script , now I am able to save one fusion chart as image, but I have  4 more fusion charts  to save. Once I call the saveAsImage() function of fusion chart from java script, the control goes to the jsp page which is specified as imageSaveURL attribute. How to tackle this issue.&lt;br&gt;&lt;br&gt;Thanks in advance</description><pubDate>Thu, 12 Jun 2008 06:40:17 GMT</pubDate><dc:creator>saratkrish</dc:creator></item><item><title>Save mutliple fusioncharts present in a single jsp page as images</title><link>http://www.fusioncharts.com/forum/Topic6765-33-1.aspx</link><description>Dear All,&lt;br&gt;                I am new to fusion charts, I have a jsp page which contain 5 fusion charts, I want to save this page as pdf, inorder to do that I want to save these fusion charts as images. I read the document on saving fusion chart as image, and I specified  imageSave="1" imageSaveURL="FusionChartsSave.jsp"  in the data xml file, and called   saveAsImage()  from java script , now I am able to save one fusion chart as image,  but I have another 4 more to save uction of the first fu, once I call the saveAsImage() fsion chart, the control goes to the jsp page which is specified as imageSaveURL attribute. How to tackle this issue.&lt;br&gt;&lt;br&gt;Thanks in advance&lt;br&gt;</description><pubDate>Thu, 12 Jun 2008 06:33:12 GMT</pubDate><dc:creator>saratkrish</dc:creator></item><item><title>Cannot open the downloaded Image</title><link>http://www.fusioncharts.com/forum/Topic6497-33-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I've downloaded the evaluation version today and tried to create Pie3D chart with image downloadable option using jsp. &lt;br&gt;The Pie3D chart can display and download successfully, but the downloaded image cannot open with image viewer program.&lt;br&gt;&lt;br&gt;Below is my development environment &lt;br&gt;- JDK 1.5.0.15&lt;br&gt;- BEA weblogic 10&lt;br&gt;&lt;br&gt;*** Note that I used original FusionChartsSave.jsp from folder \ImageSaving ***&lt;br&gt;&lt;br&gt;The attached file is my generated HTML code&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Ken</description><pubDate>Fri, 30 May 2008 05:12:20 GMT</pubDate><dc:creator>kendo</dc:creator></item><item><title>Fusion charts with jsp</title><link>http://www.fusioncharts.com/forum/Topic6169-33-1.aspx</link><description>When i try to use jsp code inside the chart i get invalid xml error&lt;br&gt;im atttaching my .jsp file &lt;br&gt;please friends help me out&lt;br&gt;&lt;br&gt;as far as i know there is problem in line:&lt;br&gt;of set name&lt;br&gt;jsp tags &lt;%  code%&gt; is creating some bug&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;set name='&lt;% out.println(rs.getString( "month")); %&gt;' value='3456' color='66cc66'/&gt;&lt;br&gt;its really urgent</description><pubDate>Sat, 10 May 2008 13:23:48 GMT</pubDate><dc:creator>rohitmittal16</dc:creator></item><item><title>Gantt Chart Height Issue</title><link>http://www.fusioncharts.com/forum/Topic6063-33-1.aspx</link><description>&lt;P style="BACKGROUND: white"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;Hi,&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="BACKGROUND: white"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;I am showing process and task information in the gantt chart. The number of process(record count) get vary at run time. If I display one day data the nuber of process around 75, If I display two day data the nuber of process around 160, my three days data around 260. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="BACKGROUND: white"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;So have set the height at run time by recordCount*22. This I found based on some trial and error method. This is working if I display around upto 170 process.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="BACKGROUND: white"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;If the no of process is more than 170, this logic is not working. Suppose consider if I display 250 records, upto around 170 records the process and task displaying properly, in the remaining records only process is displaying, the task information is not displaying, the cell border disappears and the scroll bar disappears.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="BACKGROUND: white"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;Is there any way to set the height at runtime based on the number of records we are showing? &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="BACKGROUND: white"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;Thanks for the help in advance.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;- Moorthy&lt;/SPAN&gt;</description><pubDate>Fri, 02 May 2008 08:23:05 GMT</pubDate><dc:creator>moorthy</dc:creator></item><item><title>show legend when we clicks on specific link/icon</title><link>http://www.fusioncharts.com/forum/Topic5915-33-1.aspx</link><description>HI,&lt;/P&gt;&lt;P&gt;Is it possible in the fusion chart &lt;FONT size=2&gt;to show legend only when we clicks on specific link/icon?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;or show it when mouseover.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;My requirement is by default I dont want to show the legend. I need to place the icon/link in the bottom of the chart and I need to show the legend when mouseover on the icon or onclick of the icon.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;Is it possible in the fusion chart?&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Thu, 24 Apr 2008 06:53:35 GMT</pubDate><dc:creator>moorthy</dc:creator></item><item><title>Invalid XML data</title><link>http://www.fusioncharts.com/forum/Topic5280-33-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I am getting invalid xml data. It seems to be some issue in the argument I am passing in the link javascript method. Please find the xml tag below:&lt;/P&gt;&lt;P&gt;&amp;lt;set label='A-B' value='589987'  link='javascript:openInWindow(&amp;amp;#34/GHJYT/ShowPage/ID_DATA?doFilterData=true&amp;amp;f[11][op]=EQ&amp;amp;f[11][len]=1&amp;amp;f[11][0]=4-7&amp;amp;f[7][op]=EQ&amp;amp;f[7][len]=1&amp;amp;f[7][0]=APT&amp;amp;DisplayType=chart&amp;amp;#34, &amp;amp;#34&amp;amp;#34,&amp;amp;#34resizable=1&amp;amp;#34 );'  tooltext = 'Count:589987'/&amp;gt;&lt;/P&gt;&lt;P&gt;Any idea? Thanks for the help in advance&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Moorthy</description><pubDate>Wed, 26 Mar 2008 05:27:36 GMT</pubDate><dc:creator>moorthy</dc:creator></item><item><title>No Data to display on Pie Chart</title><link>http://www.fusioncharts.com/forum/Topic5472-33-1.aspx</link><description>greetings!&lt;br&gt;&lt;br&gt;base on my case it seems that Pie3d cannot be rendered if there are no values supplied to it and says no data to display. is there any way to still display it if there are no data retrieved juist like the line, column, etc.... here are the XML codes&lt;br&gt;&lt;br&gt;ChartType is: FusionCharts/Pie3D.swf&lt;br&gt;&lt;chart caption='All' xAxisName='Weekly' yAxisName='Stocks' showValues='0' formatNumberScale='0' showBorder='1'&gt;&lt;br&gt;   &lt;set label='1st Week' value='0' /&gt;&lt;br&gt;   &lt;set label='2nd Week' value='0' /&gt;&lt;br&gt;   &lt;set label='3rd Week' value='0' /&gt;&lt;br&gt;   &lt;set label='4th Week' value='0' /&gt;&lt;br&gt;&lt;/chart&gt;&lt;br&gt;&lt;br&gt;ChartType is: FusionCharts/Line.swf&lt;br&gt;&lt;chart caption='All' xAxisName='Weekly' yAxisName='Stocks' showValues='0' formatNumberScale='0' showBorder='1'&gt;&lt;br&gt;   &lt;set label='1st Week' value='0' /&gt;&lt;br&gt;   &lt;set label='2nd Week' value='0' /&gt;&lt;br&gt;   &lt;set label='3rd Week' value='0' /&gt;&lt;br&gt;   &lt;set label='4th Week' value='0' /&gt;&lt;br&gt;&lt;/chart&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-Jupiter</description><pubDate>Mon, 07 Apr 2008 06:38:26 GMT</pubDate><dc:creator>Jooly</dc:creator></item><item><title>accessing Data.xml under WEB-INF/xml</title><link>http://www.fusioncharts.com/forum/Topic5277-33-1.aspx</link><description>hi, is there any way to tell my jsp page to locate the data.xml under the web-inf folder? what i did is:&lt;br&gt;&lt;br&gt;String chartHTMLCode=FusionChartsCreator.createChartHTML("FusionCharts/Column3D.swf", "[b]/WEB-INF/jsp/test.jsp[/b]", "", "myFirst", 600, 300,false); &lt;br&gt;&lt;br&gt;but since accessing directly in WEB-INF is not possible. any suggestions on how can i pass the data.xml to the spring controller</description><pubDate>Wed, 26 Mar 2008 02:03:59 GMT</pubDate><dc:creator>Jooly</dc:creator></item><item><title>Time in the y axis</title><link>http://www.fusioncharts.com/forum/Topic5296-33-1.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;In my combination chart, I have 3d bar and line over the bar. In the chart left y axis is numeric, and right y axis is time. In the right y axis I need to pass the time like 10:00 AM, 10:30:AM …..12:30 PM. Is there any way to achieve this in the FusionCharts v3 development license?&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;Currently I am drawing the line by converting this time into numeric value. But my y label displays numeric value. It would be great if we show my right y label as 10:00 AM, 12:35 PM like this&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;The flash file I am using is: MSColumn3DLineDY.swf&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;Thanks for your help in advance.&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;-Moorthy&lt;/FONT&gt;</description><pubDate>Thu, 27 Mar 2008 05:02:10 GMT</pubDate><dc:creator>moorthy</dc:creator></item><item><title>Saving chart as image automatically at server side</title><link>http://www.fusioncharts.com/forum/Topic5157-33-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;  I have to save the chart as image automatically at the server side at a specified location. I have done the same as mentioned in the new version of fusion chart say 3.0.6 for saving the chart as image using the javascript. This is required the manual intervention to save the image of chart. I would like to do this automatically. Is anybody having idea related to this. Please share with me. &lt;br&gt;&lt;br&gt;Could this be possible at the time of rendering the chart? &lt;br&gt;&lt;br&gt;Thanks in advance. &lt;br&gt; &lt;br&gt;</description><pubDate>Wed, 19 Mar 2008 01:14:02 GMT</pubDate><dc:creator>dharmendra</dc:creator></item><item><title>Reg:Invalid data: Non-numeric data in realtie</title><link>http://www.fusioncharts.com/forum/Topic4932-33-1.aspx</link><description>I am using a JSP page and DATA XML file which FusinChart has given in &lt;A href="http://www.fusioncharts.com/gadgets/docs/"&gt;http://www.fusioncharts.com/gadgets/docs/&lt;/A&gt; ,in these DataSreamin charts and in this Create Simple Example .when i am runnig a chart in debug mode i am getting a error as Invalid data: Non-numeric data in from DataStream &lt;/P&gt;&lt;P&gt;please help</description><pubDate>Wed, 05 Mar 2008 05:36:21 GMT</pubDate><dc:creator>vishnu</dc:creator></item><item><title>Page blinks</title><link>http://www.fusioncharts.com/forum/Topic4881-33-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Have created one dashboard that contains 8 fusion charts. Have placed one html dropdown on top of first chart. Based on the dropdown selection, the first chart gets refreshed thru ajax call.&lt;/P&gt;&lt;P&gt;My issue is if I select value in the dropdown, the entire page gets blinks before the first chart gets refreshed. This is not happening if I do drilldown by clicking the slice or bar&lt;/P&gt;&lt;P&gt;Any solution? Thanks in advance for the help.</description><pubDate>Tue, 04 Mar 2008 01:34:30 GMT</pubDate><dc:creator>moorthy</dc:creator></item><item><title>Editing the strXML variable in JSP for Multi-series Charts</title><link>http://www.fusioncharts.com/forum/Topic4816-33-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Im very new to FusionCharts. But i think it's the bomb! &lt;br&gt;&lt;br&gt;Can you help me? I need to display data from my MySQL DB in a Multi-series Chart. I have 3 Fields - Date, Users, Uploads. So far i can only display the Date and Users data in a Single-series chart. I need to know how to edit the strXML string in my JSP file to display the three compents in a Multi-series Chart. I.e. Date (x-axis), Users and Uploads (y-axis).&lt;br&gt;&lt;br&gt;Cheers!&lt;br&gt;&lt;br&gt;Peter</description><pubDate>Thu, 28 Feb 2008 12:15:09 GMT</pubDate><dc:creator>itchap</dc:creator></item><item><title>Handle Right click event</title><link>http://www.fusioncharts.com/forum/Topic4728-33-1.aspx</link><description>Hey,&lt;/P&gt;&lt;P&gt;Fusion chart is a No.1 charing tool provides rich look and feel. All my customers get satisfied on the fusion chart demo we have given. All these because of you people. Thanks for providing such a great tool. Hope we are going to be a golden customer for you soon. &lt;/P&gt;&lt;P&gt;We have one requirement. Like the left click we need to handle the right click also. The think is we need to show our own menu while right click on each sclices instead of the default right click menu. So that my user will right on slice/bar and select the option like download into xls, View Raw data.. from my own menu, that will take him to the new page...&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Moorthy</description><pubDate>Wed, 27 Feb 2008 00:13:09 GMT</pubDate><dc:creator>moorthy</dc:creator></item><item><title>How to make Line 2D charts clickable?</title><link>http://www.fusioncharts.com/forum/Topic4417-33-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I am trying to make the Line 2D chart clickable i.e. a user can click [b]anywhere[/b] on the chart &amp; not just the dataset points to drill down into the next level of the graph. I see that drawAnchors can do something like this and so I tried this:&lt;br&gt;&lt;br&gt;[code] chart showBorder='1' drawAnchors='1' anchorAlpha='100' .... [/code]&lt;br&gt;&lt;br&gt;My question is, can drawAnchors achieve what I am trying to do or am I missing something?</description><pubDate>Thu, 07 Feb 2008 09:36:56 GMT</pubDate><dc:creator>doitall</dc:creator></item><item><title>Multi-series Area 2D chart</title><link>http://www.fusioncharts.com/forum/Topic4157-33-1.aspx</link><description>Iam using Multi-series Area 2D chart,can u please guide me in specifying the appropriate XML&lt;/P&gt;&lt;P&gt;attributes for displaying the anchors(plots) in the graph&lt;/P&gt;&lt;P&gt;please give me the sample XML data to display the anchors(plots) in the curve(graph)&lt;/P&gt;&lt;P&gt;tell me How  and where to the attriburtes &lt;FONT color=#2a00ff size=2&gt;&lt;/P&gt;&lt;P&gt;drawAnchors,&lt;FONT color=#2a00ff size=2&gt;&lt;/P&gt;&lt;P&gt;anchorSides, anchorRadius&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Mon, 28 Jan 2008 02:58:45 GMT</pubDate><dc:creator>varansunil</dc:creator></item><item><title>I can't visualize database number in toolTip.</title><link>http://www.fusioncharts.com/forum/Topic3692-33-1.aspx</link><description>I have toolTip and can't push number, alone porcent, i need help.</description><pubDate>Tue, 08 Jan 2008 10:21:16 GMT</pubDate><dc:creator>Epig160545</dc:creator></item><item><title>how capture chart image</title><link>http://www.fusioncharts.com/forum/Topic2377-33-1.aspx</link><description>how do i capture chart image? (i want to export image-file like png, jpg)&lt;/P&gt;&lt;P&gt;i want to make jpeg image and i should post at eclipse canvas or html image</description><pubDate>Thu, 13 Sep 2007 02:12:58 GMT</pubDate><dc:creator>hakapana</dc:creator></item><item><title>Chart is not displaying</title><link>http://www.fusioncharts.com/forum/Topic3313-33-1.aspx</link><description>Hi!!!&lt;/P&gt;&lt;P&gt;         I've downloaded fusion charts software and tried to run in IE. But am not able to see the output. Am using Netbeans 5.5. I've checked everything. am able to get the data from backend to jsp but am not able to view the chart.  in the browser am getting some layout and when i click on it, it is also disappearing. here am attaching my code. can anyone give me a solution for this?&lt;/P&gt;&lt;P&gt;&amp;lt;%@ include file="./FusionCharts.jsp"%&amp;gt;&lt;BR&gt;&amp;lt;%@ page import="com.sajix.helix.actions.BaseApplicationAction, java.sql.*"%&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;%@ page import="java.sql.Statement"%&amp;gt;&lt;BR&gt;&amp;lt;%@ page import="java.sql.ResultSet"%&amp;gt;&lt;BR&gt;&amp;lt;%@ page import="java.sql.Date"%&amp;gt;&lt;BR&gt;&amp;lt;HTML&lt;BR&gt;   &amp;lt;HEAD&amp;gt;&lt;BR&gt;       &amp;lt;TITLE&amp;gt;FusionCharts - Database Example&amp;lt;/TITLE&amp;gt;&lt;BR&gt;       &amp;lt;SCRIPT LANGUAGE="Javascript" SRC="/FusionCharts/FusionCharts.js"&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;BR&gt;   &amp;lt;/HEAD&amp;gt;&lt;BR&gt;   &amp;lt;BODY&amp;gt;&lt;BR&gt;   &lt;BR&gt; &lt;BR&gt;   &amp;lt;%&lt;BR&gt;       /*&lt;BR&gt;       In this example, we show how to connect FusionCharts to a database.&lt;BR&gt;       For the sake of ease, we've used a database which contains two tables, &lt;BR&gt;       which are linked to each  other. &lt;BR&gt;       */&lt;BR&gt;           &lt;BR&gt;       //Database Objects - Initialization&lt;BR&gt;       Statement st1,st2;&lt;BR&gt;       ResultSet rs1,rs2;&lt;BR&gt;       Connection con=BaseApplicationAction.dbConnection();&lt;BR&gt;       &lt;BR&gt;       String strQuery="";&lt;BR&gt;   &lt;BR&gt;       //strXML will be used to store the entire XML document generated&lt;BR&gt;       String strXML="";&lt;BR&gt;       &lt;BR&gt;       &lt;BR&gt;       //Generate the chart element&lt;BR&gt;       strXML = "&amp;lt;chart caption='Surgery report' subCaption='Yearly' width='900' height='300' id='Column3D'&amp;gt;";&lt;BR&gt;       &lt;BR&gt;       //Construct the query to retrieve data&lt;BR&gt;       strQuery = "select month(surdate),count(*) from sjx_hms_sgy where year(surdate)='2007' group by month(surdate)";&lt;BR&gt;       System.out.println(strQuery);&lt;BR&gt;       &lt;BR&gt;       st1=con.createStatement();&lt;BR&gt;       rs1=st1.executeQuery(strQuery);&lt;BR&gt;   &lt;BR&gt;       String surgeryid=null;&lt;BR&gt;       String noofsurgeries=null;&lt;BR&gt;       String totalOutput="";&lt;BR&gt;       //Iterate through each factory        &lt;BR&gt;       while(rs1.next()) {&lt;BR&gt;           System.out.println("inside while loop");&lt;BR&gt;           surgeryid=rs1.getString(1);&lt;BR&gt;           noofsurgeries=rs1.getString(2);&lt;BR&gt;           //Now create second recordset to get details for this factory&lt;BR&gt;           &lt;BR&gt;           //Generate &amp;lt;set label='..' value='..'/&amp;gt;        &lt;BR&gt;           strXML += "&amp;lt;set label='" + surgeryid + "' value='" +noofsurgeries+ "'/&amp;gt;";&lt;BR&gt;           System.out.println(strXML);&lt;BR&gt;           //Close resultset&lt;BR&gt;           &lt;BR&gt;           &lt;BR&gt;       } //end of while&lt;BR&gt;       //Finally, close &amp;lt;chart&amp;gt; element&lt;BR&gt;       strXML += "&amp;lt;/chart&amp;gt;";&lt;BR&gt;       //close the resulset,statement,connection&lt;BR&gt;       try {&lt;BR&gt;           if(null!=rs1){&lt;BR&gt;               rs1.close();&lt;BR&gt;               rs1=null;&lt;BR&gt;           }&lt;BR&gt;       }catch(java.sql.SQLException e){&lt;BR&gt;            System.out.println("Could not close the resultset");&lt;BR&gt;       }    &lt;BR&gt;       try {&lt;BR&gt;           if(null!=st1) {&lt;BR&gt;               st1.close();&lt;BR&gt;               st1=null;&lt;BR&gt;           }&lt;BR&gt;           }catch(java.sql.SQLException e){&lt;BR&gt;            System.out.println("Could not close the statement");&lt;BR&gt;           }&lt;BR&gt;       try {&lt;BR&gt;           if(null!=con) {&lt;BR&gt;               con.close();&lt;BR&gt;               con=null;&lt;BR&gt;           }&lt;BR&gt;           }catch(java.sql.SQLException e){&lt;BR&gt;            System.out.println("Could not close the connection");&lt;BR&gt;           }&lt;BR&gt;           &lt;BR&gt;       //Create the chart - Pie 3D Chart with data from strXML&lt;BR&gt;       String chartCode=createChartHTML("./FusionCharts/Column2D.swf", strXML, "" , "Surgery", 600, 300, false);&lt;BR&gt;       &lt;BR&gt;   %&amp;gt; &lt;BR&gt;   &amp;lt;%=chartCode%&amp;gt; &lt;BR&gt;   &amp;lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="&lt;A href="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"&gt;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&lt;/A&gt;" width="900" height="300" id="Column2D" &amp;gt;&lt;BR&gt;         &amp;lt;param name="movie" value="/FusionCharts/Column2D.swf" /&amp;gt;&lt;BR&gt;         &amp;lt;param name="FlashVars" value="&amp;amp;dataURL=Data.xml"&amp;gt;&lt;BR&gt;         &amp;lt;param name="quality" value="high" /&amp;gt;&lt;BR&gt;         &amp;lt;embed src="/FusionCharts/Column2D.swf" flashVars="&amp;amp;dataURL=Data.xml" quality="high" width="900" height="300" name="Column3D" type="application/x-shockwave-flash" pluginspage="&lt;A href="http://www.macromedia.com/go/getflashplayer"&gt;http://www.macromedia.com/go/getflashplayer&lt;/A&gt;" /&amp;gt;&lt;BR&gt;      &amp;lt;/object&amp;gt;&lt;BR&gt;   &amp;lt;/BODY&amp;gt;&lt;BR&gt;&amp;lt;/HTML&amp;gt;&lt;BR&gt;</description><pubDate>Mon, 10 Dec 2007 05:53:21 GMT</pubDate><dc:creator>Lettisha</dc:creator></item><item><title>setDataXML method does not refreshes data in IE</title><link>http://www.fusioncharts.com/forum/Topic2979-33-1.aspx</link><description>I have been trying to update a chart, already displayed, with some new data from the server.I'm sending an AJAX request to fetch the xml for the chart as a string.I am getting the xml correctly from the server &amp;amp; also validated it.But when I put it in the setDataXML method as an argument it &lt;STRONG&gt;doesn't work in IE though its working well in Firefox&lt;/STRONG&gt;.&lt;P&gt;Any help would be appreciated.</description><pubDate>Tue, 06 Nov 2007 00:13:20 GMT</pubDate><dc:creator>Gourav</dc:creator></item><item><title>Bar2D.swf does not show in Internet Explorer 7</title><link>http://www.fusioncharts.com/forum/Topic2614-33-1.aspx</link><description>Hello, I have a problem with the Bar2D.swf and IE. Firefox has no problem with the chart and shows it as intended.&lt;br&gt;IE shows "No data to display"&lt;br&gt;&lt;br&gt;My jsp-page looks like this:&lt;br&gt;&amp;lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="400" id="Bar2D" &amp;gt;&lt;br&gt;   		&amp;lt;param name="movie" value="/reportcenter/swf/Bar2D.swf"/&amp;gt;&lt;br&gt;   		&amp;lt;param name="FlashVars" value="&amp;dataXML=&amp;lt;chart decimals='2' palette='1' caption='Bestellungen' shownames='1' showvalues='0' numberPrefix='' sYAxisValuesDecimals='2' connectNullData='0' PYAxisName='Gesamtwert' SYAxisName='Durchschnittswert' numDivLines='4' formatNumberScale='0'&amp;gt;&amp;lt;categories&amp;gt;&amp;lt;category label='01.07.2007'/&amp;gt;&amp;lt;category label='02.07.2007'/&amp;gt;&amp;lt;category label='03.07.2007'/&amp;gt;&amp;lt;category label='04.07.2007'/&amp;gt;&amp;lt;category label='05.07.2007'/&amp;gt;&amp;lt;category label='06.07.2007'/&amp;gt;&amp;lt;category label='07.07.2007'/&amp;gt;&amp;lt;category label='08.07.2007'/&amp;gt;&amp;lt;category label='09.07.2007'/&amp;gt;&amp;lt;category label='10.07.2007'/&amp;gt;&amp;lt;/categories&amp;gt;&amp;lt;dataset seriesName='Bestellungen' color='AFD8F8' showValues='0'&amp;gt;&amp;lt;set value='1120.870000000001'/&amp;gt;&amp;lt;set value='746.0100000000001'/&amp;gt;&amp;lt;set value='555.76'/&amp;gt;&amp;lt;set value='653.39'/&amp;gt;&amp;lt;set value='952.8400000000006'/&amp;gt;&amp;lt;set value='788.2500000000003'/&amp;gt;&amp;lt;set value='830.2300000000006'/&amp;gt;&amp;lt;set value='835.6400000000003'/&amp;gt;&amp;lt;set value='944.2600000000006'/&amp;gt;&amp;lt;set value='889.3500000000007'/&amp;gt;&amp;lt;/dataset&amp;gt;&amp;lt;dataset seriesName='Durchschnittswert' color='8BBA00' showValues='1' parentYAxis='S'&amp;gt;&amp;lt;set value='9.746695652173923'/&amp;gt;&amp;lt;set value='10.657285714285715'/&amp;gt;&amp;lt;set value='7.827605633802817'/&amp;gt;&amp;lt;set value='7.510229885057471'/&amp;gt;&amp;lt;set value='10.470769230769237'/&amp;gt;&amp;lt;set value='8.297368421052635'/&amp;gt;&amp;lt;set value='8.06048543689321'/&amp;gt;&amp;lt;set value='9.948095238095242'/&amp;gt;&amp;lt;set value='8.282982456140356'/&amp;gt;&amp;lt;set value='10.222413793103456'/&amp;gt;&amp;lt;/dataset&amp;gt;&amp;lt;/chart&amp;gt;&amp;debugMode=1"&amp;gt;&lt;br&gt;   &amp;lt;param name="quality" value="high"/&amp;gt;&lt;br&gt;   &amp;lt;embed src="/reportcenter/swf/Bar2D.swf" flashVars="&amp;dataXML=&amp;lt;chart decimals='2' palette='1' caption='Bestellungen' shownames='1' showvalues='0' numberPrefix='' sYAxisValuesDecimals='2' connectNullData='0' PYAxisName='Gesamtwert' SYAxisName='Durchschnittswert' numDivLines='4' formatNumberScale='0'&amp;gt;&amp;lt;categories&amp;gt;&amp;lt;category label='01.07.2007'/&amp;gt;&amp;lt;category label='02.07.2007'/&amp;gt;&amp;lt;category label='03.07.2007'/&amp;gt;&amp;lt;category label='04.07.2007'/&amp;gt;&amp;lt;category label='05.07.2007'/&amp;gt;&amp;lt;category label='06.07.2007'/&amp;gt;&amp;lt;category label='07.07.2007'/&amp;gt;&amp;lt;category label='08.07.2007'/&amp;gt;&amp;lt;category label='09.07.2007'/&amp;gt;&amp;lt;category label='10.07.2007'/&amp;gt;&amp;lt;/categories&amp;gt;&amp;lt;dataset seriesName='Bestellungen' color='AFD8F8' showValues='0'&amp;gt;&amp;lt;set value='1120.870000000001'/&amp;gt;&amp;lt;set value='746.0100000000001'/&amp;gt;&amp;lt;set value='555.76'/&amp;gt;&amp;lt;set value='653.39'/&amp;gt;&amp;lt;set value='952.8400000000006'/&amp;gt;&amp;lt;set value='788.2500000000003'/&amp;gt;&amp;lt;set value='830.2300000000006'/&amp;gt;&amp;lt;set value='835.6400000000003'/&amp;gt;&amp;lt;set value='944.2600000000006'/&amp;gt;&amp;lt;set value='889.3500000000007'/&amp;gt;&amp;lt;/dataset&amp;gt;&amp;lt;dataset seriesName='Durchschnittswert' color='8BBA00' showValues='1' parentYAxis='S'&amp;gt;&amp;lt;set value='9.746695652173923'/&amp;gt;&amp;lt;set value='10.657285714285715'/&amp;gt;&amp;lt;set value='7.827605633802817'/&amp;gt;&amp;lt;set value='7.510229885057471'/&amp;gt;&amp;lt;set value='10.470769230769237'/&amp;gt;&amp;lt;set value='8.297368421052635'/&amp;gt;&amp;lt;set value='8.06048543689321'/&amp;gt;&amp;lt;set value='9.948095238095242'/&amp;gt;&amp;lt;set value='8.282982456140356'/&amp;gt;&amp;lt;set value='10.222413793103456'/&amp;gt;&amp;lt;/dataset&amp;gt;&amp;lt;/chart&amp;gt;&amp;debugMode=1" quality="high" width="400" height="400" name="Bar2D" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/&amp;gt;&lt;br&gt;&amp;lt;/object&amp;gt;&lt;br&gt;&lt;br&gt;(even the debugMode won't work.)&lt;br&gt;&lt;br&gt;Does anyone have an idea why this works in Firefox, but not in IE?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Jan</description><pubDate>Fri, 05 Oct 2007 08:29:13 GMT</pubDate><dc:creator>matysik</dc:creator></item><item><title>Basic usage of FusionCharts with JSP</title><link>http://www.fusioncharts.com/forum/Topic2500-33-1.aspx</link><description>Hi guys,&lt;BR&gt;I am a novice user to the FusionCharts and I am trying to place it with my test JSP page. It is not rendering the results at all. I have done all the basics with static installations properly and tested it. But as soon as i moved to JSP it is not working at all . I am pasting the code below for further reference. &lt;BR&gt;&lt;BR&gt;Please if someone can redirect me towards an example application of JSP using FusionCharts.&lt;BR&gt;Regards</description><pubDate>Tue, 25 Sep 2007 08:41:59 GMT</pubDate><dc:creator>schyzad</dc:creator></item><item><title>Trendlines is showing a single line for Today.</title><link>http://www.fusioncharts.com/forum/Topic2507-33-1.aspx</link><description>Hi,&lt;P&gt;I have used trendlines for &lt;STRONG&gt;Today&lt;/STRONG&gt; in my Fusion Chart and I am using Gantt.swf file for displaying the chart. I am getting a single line instead of a bar for the whole day.&lt;/P&gt;&lt;P&gt;Similarly if some data falls for one day ie.start from 20-Sep and ends in 20-Sep, I am getting the graph only at the start point and not for the full day.&lt;/P&gt;&lt;P&gt;Please refer the below image for the same. Your inputs would be helpful for me.&lt;/P&gt;&lt;P&gt;Thanks, Mala.S&lt;/P&gt;&lt;P&gt;&lt;IMG style="WIDTH: 356px; HEIGHT: 375px" height=314 src="http://www.fusioncharts.com/forum/Uploads/Images/89511efd-4cae-43cf-9fff-262a.jpg" width=514&gt;</description><pubDate>Wed, 26 Sep 2007 23:57:44 GMT</pubDate><dc:creator>malas</dc:creator></item><item><title>setDataURL method does not refresh data</title><link>http://www.fusioncharts.com/forum/Topic2403-33-1.aspx</link><description>Hi,&lt;BR&gt;When we use the setDataURL method  (..\Column3d.swf?dataURL=Newdata.xml) and have acquired some problems where we see that the new data is loaded but the bar graphics are not redrawn after we send the new data. In other words, after we reload the data (using ..\Column3d.swf?dataURL=Newdata.xml) the data labels are refreshed correctly, but the column bars are not redrawn. This did not work for us both in Flex and plain HTML page.&lt;BR&gt; &lt;BR&gt;We also examined the HTML/Javascript example application in the documentation in ...\JavaScript\Basics\ChangeDataURL.html, and are getting the JS exception "Object doesn't support this property or method" line 21.&lt;BR&gt;We tried this on several different machines and browsers.&lt;BR&gt; &lt;BR&gt;Thanks,&lt;BR&gt;Nathaniel&lt;BR&gt; </description><pubDate>Sun, 16 Sep 2007 03:16:45 GMT</pubDate><dc:creator>davnati</dc:creator></item><item><title>XML which is given as input parameter to dataURL has special characters.</title><link>http://www.fusioncharts.com/forum/Topic2060-33-1.aspx</link><description>I have some special characters in the XML data which we feed to the dataURL in the fusion charts. Below is the piece of XML code which I am sending to the dataURL, where the country name has a special character. It is throwing - Invalid XML data.&lt;/P&gt;&lt;P&gt; &lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;&amp;lt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt;task&lt;/FONT&gt;&lt;/SPAN&gt; &lt;SPAN class=t&gt;&lt;FONT color=#990000&gt;start&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;08/16/2005&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; processId&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;33&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; end&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;08/17/2005&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; Id&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;113&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; color&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;333333,ffffff,333333&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; alpha&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;80&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; animation&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;1&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; height&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;7&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; hoverText&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;Mr Sinlan,Consultant,Ceara &amp;amp; SaoLuis,BRÉSIL- UNKNOWN,Brazil&lt;/B&gt;&lt;FONT color=#0000ff&gt;&lt;SPAN class=m&gt;"&lt;/SPAN&gt;&lt;SPAN class=m&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=m&gt;Would be much thankful, if anyone could give a solution for this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=m&gt;Thanks,&lt;/SPAN&gt;</description><pubDate>Wed, 22 Aug 2007 10:31:25 GMT</pubDate><dc:creator>malas</dc:creator></item><item><title>FusionChartsv3 and Laszlo</title><link>http://www.fusioncharts.com/forum/Topic474-33-1.aspx</link><description>Hi, I am testing the FusionCharts with Laszlo more I am not obtaining to inside make with that it carregue the graph of an archive lzx of laszlo. The following error occurs: "Error in loading data". &lt;br&gt;&lt;br&gt;The graph functions perfectly OUTSIDE of laszlo, then the problem is not with the graph in itself, more yes the integration of the Fusion and the Laszlo that I am not knowing to make.&lt;br&gt;&lt;br&gt;Help me please</description><pubDate>Thu, 08 Mar 2007 13:06:09 GMT</pubDate><dc:creator>handersonbf</dc:creator></item><item><title>v.2.3 worked in .aspx but not in .jsp</title><link>http://www.fusioncharts.com/forum/Topic1051-33-1.aspx</link><description>Taking charts into new site, exact same everything except moving onto a .jsp platform. getting "error loading data" &lt;br&gt;&lt;br&gt;Any ideas?</description><pubDate>Fri, 18 May 2007 15:53:43 GMT</pubDate><dc:creator>TJWolf</dc:creator></item><item><title>The quetion about background image</title><link>http://www.fusioncharts.com/forum/Topic1008-33-1.aspx</link><description>How do I put the JPG pictures as the background of FusionCharts</description><pubDate>Thu, 10 May 2007 01:46:57 GMT</pubDate><dc:creator>Freeboy</dc:creator></item></channel></rss>