﻿<?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 ASP </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>Mon, 08 Sep 2008 07:05:28 GMT</lastBuildDate><ttl>20</ttl><item><title>using hyperlink variable passing</title><link>http://www.fusioncharts.com/forum/Topic7791-30-1.aspx</link><description>Hi, what i am trying to archive is a from in which people select their preferences to be charted from drop down menus, these choices are then sent via hyperlink (i.e. CreateData.asp?Cgame=1&amp;Ctype=2) to, in this case a page called createdata.asp which is the asp page which renders the xml page for my graph. When accessing the xml page with the  desired variables passed the xml loads correctly, however the graph is not produced siting an error "error in loading data". have i got a error in my code or is this just not possible? if ur confused then ive put my code for the 2 pages below:&lt;br&gt;&lt;br&gt;The code at the graph Page:&lt;br&gt;[code]				&lt;br&gt;   Dim strDataURL	&lt;br&gt;   strDataURL = "Data/CreateData.asp?Cgame="&amp; Request("Game") &amp;"&amp;Ctype="&amp; Request("Type") &amp;""&lt;br&gt;   Call renderChart("FCF_Line.swf", strDataURL, "", "ChartID1", 600, 350)&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Code in the createdata.asp xml rendering page:&lt;br&gt;[code]&lt;br&gt;   If Request("Cgame") &lt;&gt; "none" then createstr = createstr + "WHERE game='" + Request("Cgame") + "'"&lt;br&gt;   If Request("Cgame") &lt;&gt; "none" then qrycount = 1&lt;br&gt;   If Request("CType") &lt;&gt; "none" AND qrycount = 1 Then createstr = createstr + " AND type='" + Request("Ctype") + "'"&lt;br&gt;   If Request("CType") &lt;&gt; "none" AND qrycount = 0 Then createstr = createstr + " WHERE type='" + Request("Ctype") + "'"&lt;br&gt;   If Request("Ctype") &lt;&gt; "none" then qrycount = 1&lt;br&gt;   	&lt;br&gt;   strQuery = "select * from Poker "&amp; createstr &amp;" ORDER BY Date, ID asc"&lt;br&gt;&lt;br&gt;[/code]&lt;br&gt;thanks, Oz</description><pubDate>Sun, 03 Aug 2008 21:22:48 GMT</pubDate><dc:creator>OzPac</dc:creator></item><item><title>scatter chart -- x-axis</title><link>http://www.fusioncharts.com/forum/Topic7316-30-1.aspx</link><description>Hi,&lt;P&gt;I am using Xml and vbscript to create a scatter chart. I have got the chart working with correct y axis but i want to design the x axis which is displayed as below:&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://www.fusioncharts.com/forum/Uploads/Images/a164a5cd-0c11-4ef8-ab5d-a02e.bmp"&gt;&lt;/P&gt;&lt;P&gt;strXML = "&amp;lt;chart subcaption='MSCI Europe index' numDivLines='5' rotateNames='1' showLegend='1' showNames='1' decimals='1' useRoundEdges='1' bgcolor='ffffff'&amp;gt;"&lt;BR&gt;&lt;BR&gt;There are loads of figures for both x and y axis. I do not want to display all the figures. &lt;/P&gt;&lt;P&gt;I have worked it out for the y axis as shown above which I assume is numDivLine='5' in the above code. &lt;/P&gt;&lt;P&gt;Can i simplify the figures on the x-axis so that it shows me a few 'readable' figures?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arif Qaisar</description><pubDate>Tue, 15 Jul 2008 02:54:00 GMT</pubDate><dc:creator>arif_qaisar</dc:creator></item><item><title>HELP!</title><link>http://www.fusioncharts.com/forum/Topic7346-30-1.aspx</link><description>:w00t:&lt;P&gt;&lt;TABLE cellSpacing=0 cellPadding=0 width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=smalltxt vAlign=top&gt;&lt;SPAN id=_ctl1_ctlTopic_ctlPanelBar_ctlTopicsRepeater__ctl1_lblFullMessage&gt;&lt;DIV id=result_box dir=ltr&gt;HI !&lt;/DIV&gt;&lt;DIV dir=ltr&gt; &lt;/DIV&gt;&lt;DIV dir=ltr&gt;I use the free version and I am trying to adjust the series (bar and line) of the graph Col3DLineDY on the same scale. &lt;BR&gt;&lt;BR&gt;Is it possible???&lt;/DIV&gt;&lt;DIV dir=ltr&gt; &lt;/DIV&gt;&lt;/SPAN&gt;&lt;FONT size=1&gt;&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;SPAN id=_ctl1_ctlTopic_ctlPanelBar_ctlTopicsRepeater__ctl1_lblPostSignature&gt;rafa&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description><pubDate>Wed, 16 Jul 2008 10:27:56 GMT</pubDate><dc:creator>rafa_asilva</dc:creator></item><item><title>Combination Chart Column 3D Line (Single Y)</title><link>http://www.fusioncharts.com/forum/Topic7175-30-1.aspx</link><description>Hi guys, I post my code to do a charth combination 3d line:&lt;P&gt; Dim arrData(1,5), arrDataQuantity(1,4)&lt;BR&gt; arrData(0,1) = MonthName(MeseAttuale)&lt;BR&gt; &lt;FONT color=#dddd77&gt;arrData(0,2) = TotalRevenueOpen&lt;/FONT&gt;&lt;BR&gt; &lt;FONT color=#999999&gt;arrData(0,3) = TotalRevenueWon&lt;/FONT&gt;&lt;BR&gt; &lt;FONT color=#33dddd&gt;arrData(0,4) = TotalRevenueLost&lt;BR&gt;&lt;/FONT&gt; &lt;FONT color=#dd3333&gt;arrData(0,5) = TotalRevenueAbandon&lt;/FONT&gt;&lt;BR&gt; &lt;BR&gt; &lt;FONT color=#dddd77&gt;arrDataQuantity(0,1) = TotalRevenueOpenQuantity&lt;/FONT&gt;&lt;BR&gt; &lt;FONT color=#999999&gt;arrDataQuantity(0,2) = TotalRevenueWonQuantity&lt;/FONT&gt;&lt;BR&gt; &lt;FONT color=#33dddd&gt;arrDataQuantity(0,3) = TotalRevenueLostQuantity&lt;BR&gt;&lt;/FONT&gt; &lt;FONT color=#dd3333&gt;arrDataQuantity(0,4) = TotalRevenueAbandonQuantity&lt;/FONT&gt;&lt;BR&gt; &lt;BR&gt; Dim strXML, strCategories, strTargetOpen, strOpen, strTagetWon, strWon, strLost, strAbandon, strOpenQuantity, strWonQuantity, strLostQuantity, strAbandonQuantity, i&lt;BR&gt;&lt;/P&gt;&lt;P&gt; strXML = "&amp;lt;chart caption='Sales by Month' xAxisName='"&amp;amp;strCategories&amp;amp;"' showLegend ='0' formatNumberScale='6' rotateValues='1' placeValuesInside='1' decimals='0' showValues='0' numberPrefix='$' imageSave='1' imageSaveURL='/NewSite/FusionWidgets/ImageSaving/FusionChartsSave.aspx' labeldisplay='STAGGER' seriesNameInToolTip='0' plotSpacePercent='0'&amp;gt;"&lt;/P&gt;&lt;P&gt; strCategories = "&amp;lt;categories&amp;gt;"&lt;BR&gt; &lt;BR&gt; &lt;FONT color=#dddd77&gt;strOpen = "&amp;lt;dataset seriesName='Tot' renderAs='COLUMN' parentYAxis='P' drawAnchors='1'&amp;gt;"&lt;/FONT&gt;&lt;BR&gt; &lt;FONT color=#999999&gt;strWon = "&amp;lt;dataset seriesName='Tot' renderAs='COLUMN' parentYAxis='P' drawAnchors='1'&amp;gt;"&lt;BR&gt;&lt;/FONT&gt; &lt;FONT color=#33dddd&gt;strLost = "&amp;lt;dataset seriesName='Tot' renderAs='COLUMN' parentYAxis='P' drawAnchors='1'&amp;gt;"&lt;BR&gt;&lt;/FONT&gt; &lt;FONT color=#dd3333&gt;strAbandon = "&amp;lt;dataset seriesName='Tot' renderAs='COLUMN' parentYAxis='P' drawAnchors='1'&amp;gt;"&lt;/FONT&gt;&lt;BR&gt; &lt;BR&gt; &lt;FONT color=#dddd77&gt;strOpenQuantity = "&amp;lt;dataset seriesName='Qty' renderAs='Line' parentYAxis='S' drawAnchors='1'&amp;gt;"&lt;/FONT&gt;&lt;BR&gt; &lt;FONT color=#999999&gt;strWonQuantity = "&amp;lt;dataset seriesName='Qty' renderAs='Line' parentYAxis='S' drawAnchors='1'&amp;gt;"&lt;/FONT&gt;&lt;BR&gt; &lt;FONT color=#33dddd&gt;strLostQuantity = "&amp;lt;dataset seriesName='Qty' renderAs='Line' parentYAxis='S' drawAnchors='1'&amp;gt;"&lt;BR&gt;&lt;/FONT&gt; &lt;FONT color=#dd3333&gt;strAbandonQuantity = "&amp;lt;dataset seriesName='Qty' renderAs='Line' parentYAxis='S' drawAnchors='1'&amp;gt;" &lt;BR&gt;&lt;/FONT&gt; &lt;BR&gt; For i=0 to UBound(arrData)-1&lt;BR&gt;  strCategories = strCategories &amp;amp; "&amp;lt;category name='" &amp;amp; arrData(i,1) &amp;amp; "' /&amp;gt;"&lt;BR&gt;  &lt;FONT color=#dddd77&gt;strOpen = strOpen &amp;amp; "&amp;lt;set toolText='Total Proposal' showValue='1'  value='" &amp;amp; arrData(i,2) &amp;amp; "' /&amp;gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;  &lt;FONT color=#999999&gt;strWon = strWon &amp;amp; "&amp;lt;set toolText='Won' showValue='1' value='" &amp;amp; arrData(i,3) &amp;amp; "' /&amp;gt;" &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;  &lt;FONT color=#33dddd&gt;strLost = strLost &amp;amp; "&amp;lt;set toolText='Lost' showValue='1' value='" &amp;amp; arrData(i,4) &amp;amp; "' /&amp;gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;  &lt;FONT color=#dd3333&gt;strAbandon  = strAbandon  &amp;amp; "&amp;lt;set toolText='Abandon' showValue='1' value='" &amp;amp; arrData(i,5) &amp;amp; "' /&amp;gt;"&lt;/FONT&gt; &lt;BR&gt; &lt;BR&gt;&lt;FONT color=#dddd77&gt;  strOpenQuantity = strOpenQuantity &amp;amp; "&amp;lt;set toolText='Total Proposal' showValue='1'  value='" &amp;amp; arrDataQuantity(i,1) &amp;amp; "' /&amp;gt;"&lt;/FONT&gt;  &lt;BR&gt;  &lt;FONT color=#999999&gt;strWonQuantity = strWonQuantity &amp;amp; "&amp;lt;set toolText='Won' showValue='1' value='" &amp;amp; arrDataQuantity(i,2) &amp;amp; "' /&amp;gt;"&lt;/FONT&gt;  &lt;BR&gt;  &lt;FONT color=#33dddd&gt;strLostQuantity = strLostQuantity &amp;amp; "&amp;lt;set toolText='Lost' showValue='1' value='" &amp;amp; arrDataQuantity(i,3) &amp;amp; "' /&amp;gt;"&lt;/FONT&gt;  &lt;BR&gt;  &lt;FONT color=#dd3333&gt;strAbandonQuantity  = strAbandonQuantity  &amp;amp; "&amp;lt;set toolText='Abandon' showValue='1' value='" &amp;amp; arrDataQuantity(i,4) &amp;amp; "'/&amp;gt;"&lt;/FONT&gt;  &lt;/P&gt;&lt;P&gt; Next&lt;/P&gt;&lt;P&gt;&lt;BR&gt; strCategories = strCategories &amp;amp; "&amp;lt;/categories&amp;gt;"&lt;BR&gt; &lt;BR&gt; &lt;FONT color=#dddd77&gt;strOpen = strOpen &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;BR&gt;&lt;/FONT&gt; &lt;FONT color=#999999&gt;strWon = strWon &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;BR&gt;&lt;/FONT&gt; &lt;FONT color=#33dddd&gt;strLost = strLost &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;/FONT&gt;&lt;BR&gt; &lt;FONT color=#dd3333&gt;strAbandon = strAbandon &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;/FONT&gt;&lt;BR&gt; &lt;BR&gt; &lt;FONT color=#dddd77&gt;strOpenQuantity = strOpenQuantity &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;/FONT&gt;&lt;BR&gt; &lt;FONT color=#999999&gt;strWonQuantity = strWonQuantity &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;BR&gt;&lt;/FONT&gt; &lt;FONT color=#33dddd&gt;strLostQuantity = strLostQuantity &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;BR&gt;&lt;/FONT&gt; &lt;FONT color=#dd3333&gt;strAbandonQuantity = strAbandonQuantity &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;   strTagetWon = "&amp;lt;trendlines&amp;gt;"&lt;BR&gt;     strTagetWon =strTagetWon &amp;amp; "&amp;lt;line startValue='" &amp;amp; SalesWonValue &amp;amp; "' color='FF0000' displayValue='Sales Target $" &amp;amp; SalesWonValue &amp;amp; "' showOnTop='0' thickness='1' isTrendZone='0' valueOnRight='1' /&amp;gt;" &lt;BR&gt;   strTagetWon = strTagetWon &amp;amp; "&amp;lt;/trendlines&amp;gt;"&lt;BR&gt;   &lt;BR&gt;   strXML = strXML &amp;amp;"&amp;lt;styles&amp;gt;"&lt;BR&gt;   &lt;BR&gt;     strXML = strXML &amp;amp; "&amp;lt;definition&amp;gt;"&lt;BR&gt;       strXML = strXML &amp;amp;  "&amp;lt;style name='CanvasAnim' type='animation' param='_xScale' start='0' duration='1' /&amp;gt;"&lt;BR&gt;      strXML = strXML &amp;amp;"&amp;lt;/definition&amp;gt;"&lt;/P&gt;&lt;P&gt;     strXML = strXML &amp;amp; "&amp;lt;application&amp;gt;"&lt;BR&gt;      strXML = strXML &amp;amp;   "&amp;lt;apply toObject='Canvas' styles='CanvasAnim' /&amp;gt;"&lt;BR&gt;     strXML = strXML &amp;amp; "&amp;lt;/application&amp;gt;"   &lt;/P&gt;&lt;P&gt;   strXML = strXML &amp;amp;"&amp;lt;/styles&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; strCategories &amp;amp; strOpen &amp;amp; strTagetWon &amp;amp; strWon &amp;amp; strLost &amp;amp; strAbandon&amp;amp; strOpenQuantity &amp;amp; strWonQuantity &amp;amp; strLostQuantity &amp;amp; strAbandonQuantity &amp;amp;"&amp;lt;/chart&amp;gt;"&lt;/P&gt;&lt;P&gt;  Call renderChart("/NewSite/FusionCharts/MSColumn3DLineDY.swf", "", strXML, "productSales", 400, 300, false, false)&lt;/P&gt;&lt;P&gt;My problem is join the same color.... The Columns area ok but the line dosen't work, I can see in the graph only the value but non in the right position, how can I anchor togheter two dataset?&lt;/P&gt;&lt;P&gt;Have a good day!</description><pubDate>Fri, 04 Jul 2008 03:10:16 GMT</pubDate><dc:creator>espressoitalia</dc:creator></item><item><title>Save graph as image using ASP?</title><link>http://www.fusioncharts.com/forum/Topic4701-30-1.aspx</link><description>Hi&lt;br&gt;I am creating a site for a client whereby they want to display charts and save the charts to use elsewhere and FusionCharts looks to be perfect.  My only issue is the saving of the graph into an image - has anyone had any success with this?  I want to know this will work before committing to buy.&lt;br&gt;&lt;br&gt;I have found a component that will save images through ASP - ASPimage (http://www.serverobjects.com/comp/Aspimage.htm), and this looks like it might work.  If anyone else has used this and got it to work then could you post an example please?  Any other suggestions would be welcome.&lt;br&gt;&lt;br&gt;Many thanks&lt;br&gt;</description><pubDate>Mon, 25 Feb 2008 06:05:43 GMT</pubDate><dc:creator>jojo</dc:creator></item><item><title>default x and y values after submit in Drag-Node chart</title><link>http://www.fusioncharts.com/forum/Topic6541-30-1.aspx</link><description>Hi all.&lt;/P&gt;&lt;P&gt;After submit, I found that the &lt;STRONG&gt;new&lt;/STRONG&gt; nodes are getting default x and y values (0,100 in my case) instead of where the user initialized the node.&lt;/P&gt;&lt;P&gt;For example, after the user created new node named: '111' in the middle of the drag-node chart, I took the new xml with C# function: Request["strXML"], and I found the new relevant set, where the X and Y set to 0 and 100:&lt;/P&gt;&lt;P&gt;&amp;lt;set id='111' &lt;FONT color=#111111&gt;&lt;STRONG&gt;&lt;FONT color=#bb3333&gt;x='0' y='100'&lt;/FONT&gt;&lt;/STRONG&gt; &lt;/FONT&gt;name='111' height='30' width='30' shape='RECTANGLE' color='AFD8F8' /&amp;gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Assaf</description><pubDate>Mon, 02 Jun 2008 10:24:08 GMT</pubDate><dc:creator>assaf_wr2000</dc:creator></item><item><title>Plotting a MSSeries chart from an Access Database</title><link>http://www.fusioncharts.com/forum/Topic6246-30-1.aspx</link><description>Trying to render a MSSeries chart through using DataXML method. Data is stored within a Access database. I have the tables already defined in my database and can pull them using a column2d or column3d.&lt;P&gt;What is the correct syntax / coding within the JS to pull the data from the different tables and render correctly? I tried working from the examples in the documentation but had no success.&lt;/P&gt;&lt;P&gt;Here is the code that I'm working from:&lt;/P&gt;&lt;P&gt;strXML = "&amp;lt;chart caption='Inventory of Activities - Previous Day' showBorder='0' formatNumberScale='0' labelDisplay='ROTATE' slantLabels='1' useRoundEdges='1'&amp;gt;"&lt;BR&gt; &lt;BR&gt; 'Iterate through each factory&lt;BR&gt; strQuery = "select * from Actv_Master"&lt;BR&gt; Set oRs = oConn.Execute(strQuery)&lt;BR&gt; &lt;BR&gt; While Not oRs.Eof&lt;BR&gt;  'Now create second recordset to get details for this factory&lt;BR&gt;  Set oRs2 = Server.CreateObject("ADODB.Recordset")&lt;BR&gt;  strQuery = "select sum(Quantity) as TotOutput from Actv_HFD_Current where queueID=" &amp;amp; ors("queueID")&lt;BR&gt;  Set oRs2 = oConn.Execute(strQuery)    &lt;BR&gt;  'Generate &amp;lt;set label='..' value='..' /&amp;gt;  &lt;BR&gt;  strXML = strXML &amp;amp; "&amp;lt;set label='" &amp;amp; ors("QueueName") &amp;amp; "' value='" &amp;amp; ors2("TotOutput") &amp;amp; "' /&amp;gt;"&lt;BR&gt;  'Close recordset&lt;BR&gt;  Set oRs2 = Nothing&lt;BR&gt;  oRs.MoveNext&lt;BR&gt; Wend&lt;BR&gt; 'Finally, close &amp;lt;chart&amp;gt; element&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;/chart&amp;gt;"&lt;BR&gt; Set oRs = nothing&lt;BR&gt; &lt;BR&gt;&lt;BR&gt; Call renderChart("../../FusionCharts/mscolumn3d.swf", "", strXML, "Chart_1", 900, 275, false, false)&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;BR&gt;</description><pubDate>Tue, 13 May 2008 11:18:59 GMT</pubDate><dc:creator>tstreeter</dc:creator></item><item><title>Send chart by mail</title><link>http://www.fusioncharts.com/forum/Topic6146-30-1.aspx</link><description>Hi, &lt;br&gt;&lt;br&gt;I try to send by mail a rapport with some charts in it.&lt;br&gt;&lt;br&gt;I use the ImageSavin in AS.NET but i must do a right click to save the image on the server but i would try to push only on button and generate a html page with in the charts in an image. Is that possible?&lt;br&gt;&lt;br&gt;&lt;br&gt;ps: I'm sorry for my English, it's bad:ermm:&lt;br&gt;I don't know if it's understandable.</description><pubDate>Thu, 08 May 2008 09:53:58 GMT</pubDate><dc:creator>Raiden</dc:creator></item><item><title>Javascript Method - Referencing Charts?</title><link>http://www.fusioncharts.com/forum/Topic5710-30-1.aspx</link><description>I'm trying to use some code using your javascript method.&lt;/P&gt;&lt;P&gt;var chart1 = new FusionCharts(""&lt;/P&gt;&lt;P&gt;My question is why do you have to use relative addressing with the function call?  &lt;/P&gt;&lt;P&gt;Steps taken: &lt;BR&gt;- created virtual directory under main root web called Fusion charts.  Beneath that folder I placed a folder called SWFile.&lt;/P&gt;&lt;P&gt;Attempted to create web reference. &lt;/P&gt;&lt;P&gt;I've tried creating dynamically: &lt;/P&gt;&lt;P&gt;&lt;A href="http://&lt;web"&gt;http://&amp;lt;web&lt;/A&gt; root name&amp;gt;/FusionCharts/SWFile/&amp;lt;chart swf file&amp;gt;.swf&lt;/P&gt;&lt;P&gt;That did not work. &lt;/P&gt;&lt;P&gt;I then tried creating an application wide variable for the root web server map path and adding Fusion Charts\SWfile\&lt;/P&gt;&lt;P&gt;i.e.: &lt;/P&gt;&lt;P&gt;c:\&amp;lt;root web directory&amp;gt;\FusionCharts\SWFile\&amp;lt;swfile&amp;gt;.swf&lt;/P&gt;&lt;P&gt;And that did not work.  Are their any hints or workarounds to using  relative address "../../FusionCharts"</description><pubDate>Wed, 16 Apr 2008 13:44:41 GMT</pubDate><dc:creator>etm</dc:creator></item><item><title>Charts not working when routed via ISA Server</title><link>http://www.fusioncharts.com/forum/Topic4590-30-1.aspx</link><description>Need some help here. All the charts are working fine on our development server within the intranet but cannot work when deployed on our production server A (via internet &amp; https). &lt;br&gt;&lt;br&gt;The following is show in debug mode:&lt;br&gt;	INFO: Chart registered with external script. DOM Id of chart is SvcLvlT1&lt;br&gt;	INFO: XML Data provided using dataURL method.&lt;br&gt;	dataURL provided:&lt;br&gt;	Reporting/Process.WebForm.asp?INIT_SERVICE_LEVEL_T1_CHART=200711&lt;br&gt;	dataURL invoked:&lt;br&gt;	Reporting/Process.WebForm.asp?INIT_SERVICE_LEVEL_T1_CHART=200711&lt;br&gt;	ERROR: An error occurred while loading data. Please check your dataURL, by&lt;br&gt;	clicking on the "dataURL invoked" link above, to see if it's returing valid XML data.&lt;br&gt;	Common causes for error are:&lt;br&gt;	- No URL Encoding provided for querystrings in dataURL. If your dataURL contains querystrings as parameters, you'll need to URL Encode the same. e.g., Data.asp?id=101&amp;subId=242 should be Data%2Easp%3Fid%3D101%26subId%3D242&lt;br&gt;	- Different sub-domain of chart .swf and dataURL. Both need to be same owing to sandbox security.&lt;br&gt;	- Network error&lt;br&gt;&lt;br&gt;I verified, by clicking the above link, that the xml data is downloaded and properly formed.&lt;br&gt;&lt;br&gt;I did additional troubleshooting by adding our production website url as trusted site on my IE browser and modified the security settings to low for maximum access rights. Still doesn't work. I have tested https access locally for server A and the charts works fine so I reckon secure access is not the cause.&lt;br&gt;&lt;br&gt;Lastly, I deployed it on another production server B (internet &amp; http) and it worked. [b]The Only difference noted here is that https requests for server A is locally routed via Microsoft ISA Server, http request for server B is routed via a hardware firewall[/b].&lt;br&gt;&lt;br&gt;Please advise. Thanks a million!!!&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 19 Feb 2008 20:07:19 GMT</pubDate><dc:creator>neon</dc:creator></item><item><title>Using javascript in an ASP page</title><link>http://www.fusioncharts.com/forum/Topic5182-30-1.aspx</link><description>My question is how I would use javascript and these charts in an ASP page? Though I'm writing ASP pages the language that I'm using is JavaScript rather then VBScript. I would have no problem using VBScript but the program that I'm integrating with uses JavaScript for everything including their include files. Mixing the two would really not be fun so is there a FusionChart.asp page that is writen with JavaScript rather then VBScript?</description><pubDate>Wed, 19 Mar 2008 16:10:24 GMT</pubDate><dc:creator>garnold</dc:creator></item><item><title>copy and paste fusion charts</title><link>http://www.fusioncharts.com/forum/Topic1297-30-1.aspx</link><description>Hello folks,&lt;br&gt;I am using fusioncharts in my ASP page. The chart displays beautifully on my webpage. But now, i need to find a way to copy the chart directly from the webpage and paste it on power point or any other software. I tried to export the webpage to an image document, but it didnt work. i know i could printScreen the page and paste it, but its too much of a hastle. Any suggestions?&lt;br&gt;Thank you</description><pubDate>Wed, 13 Jun 2007 10:37:20 GMT</pubDate><dc:creator>Fred</dc:creator></item><item><title>count columns of data in access database</title><link>http://www.fusioncharts.com/forum/Topic4704-30-1.aspx</link><description>Hi,&lt;P&gt;Oops, I meant counting rows of data. I've got an access database that has 7 columns and over 45,000 rows of data.  I'm trying to figure out how to use fusion charts to work like a pivot chart in excel.  I think I'd use the data url method.... becuase I want the xml generated from the countif query.  I want to count the number of values that meet a particular filter/query.  For instance, I want to count the number of sytems that transferred files per month.  Then I want to drill down per system for a particular month.  Then I want to see the type of file per system transferred per day.  Lastly, I would want to see historical monthly views of my systems so I can see trends.  My data base has all the necessary columns of data to function as a pivot chart, but now I want to present this on the web.  My access database also has all the tables i.e. months, days, systems, types.  The guides for this application don't present this kind of info.  &lt;/P&gt;&lt;BR&gt;   </description><pubDate>Mon, 25 Feb 2008 09:53:29 GMT</pubDate><dc:creator>UHCARON</dc:creator></item><item><title>Real time chart update</title><link>http://www.fusioncharts.com/forum/Topic3503-30-1.aspx</link><description>I am trying to do a real time chart update using AJAX+ASP. I havent seen an example where it does what I require, but there is an example found at [url=http://www.fusioncharts.com/LiveDemos.asp?gMenuItemId=4]http://www.fusioncharts.com/LiveDemos.asp?gMenuItemId=4[/url] ,  FusionCharts + JavaScript (AJAX) Integration which is the closest to what I require. In the example, when "Animate chart while changing data?" is unchecked, everytime any of the product options are unchecked the graph instantly re-renders reflecting the new choices. &lt;br&gt;&lt;br&gt;My question is, is it possible now, instead of an onUncheck event to trigger the re-rendering of the graph, a real time 'onDataChange' event triggering the re-rendering? For example, if the client is doing some smart polling, or if I am able to present the data to the client-side through other ways, how can I make the chart to re-render everytime it is provided with new data chunks without human intervention? I hope my questions is clear. We bought FusionCharts and Gadgets yesterday so we are pretty new and require it for use before Wednesday. Thank you&lt;br&gt;&lt;br&gt;</description><pubDate>Sat, 22 Dec 2007 09:02:15 GMT</pubDate><dc:creator>jamonakes</dc:creator></item><item><title>how tell FusionChart-XML to read from a txt data source on server</title><link>http://www.fusioncharts.com/forum/Topic4459-30-1.aspx</link><description>Hi all,&lt;br&gt;&lt;br&gt;I am a beginner in using FusionCharts and I would like to have some informations about a problem in uploading data to be plotted on charts.&lt;br&gt;&lt;br&gt;The situation is this:&lt;br&gt;&lt;br&gt;1) I' have a web page and in this page there is a form that is used client-side to collect some data.&lt;br&gt;2) The collected data are stored on a .txt file&lt;br&gt;&lt;br&gt;The question is:&lt;br&gt;&lt;br&gt;How can i instruct the FusionCharts XML file to read from this array of data and display them on a real-time chart?&lt;br&gt;&lt;br&gt;I'll extremely happy if someone tell me how do, or suggest me some JS or something else to do this.&lt;br&gt;&lt;br&gt;Thanks in advance</description><pubDate>Mon, 11 Feb 2008 19:29:34 GMT</pubDate><dc:creator>88mph</dc:creator></item><item><title>subdivide process list</title><link>http://www.fusioncharts.com/forum/Topic4421-30-1.aspx</link><description>I have read &amp;lt;processes&amp;gt; tag is intended to group a list of processes elements, each one identified by the &amp;lt;process&amp;gt; tag. I would like to know if is it possible to subdivide one or more &amp;lt;process&amp;gt; element and how to do it.&lt;P&gt;For example, lets say I have 3 principal processes: Design, Programming an Test, but each of one is divided as follows:&lt;/P&gt;&lt;P&gt;Design has two subprocesses, UML diagram and Entity-Relationship diagram.&lt;/P&gt;&lt;P&gt;Programming has two subprocesses either: Built graphical interfaces and Code the Use-cases&lt;/P&gt;&lt;P&gt;Test has no division.&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;P&gt;P.D: I also know &amp;lt;tasks&amp;gt; tag is intended to link a list of activities, each one identified by &amp;lt;task&amp;gt; tag, to a specific process</description><pubDate>Thu, 07 Feb 2008 19:30:41 GMT</pubDate><dc:creator>arphanet89</dc:creator></item><item><title>Using an array how do I add a trendline.</title><link>http://www.fusioncharts.com/forum/Topic4107-30-1.aspx</link><description>Sorry, but I can only seem to find information on how to add a trendline using an XML document, how do I add one to a SingleSeries basic array graph.&lt;/P&gt;&lt;P&gt;Many Thanks</description><pubDate>Fri, 25 Jan 2008 04:51:40 GMT</pubDate><dc:creator>DaGeezah</dc:creator></item><item><title>Chart Legend Error When IE7 is Zoomed to a Different %</title><link>http://www.fusioncharts.com/forum/Topic3700-30-1.aspx</link><description>&lt;FONT face="Times New Roman" color=#000000 size=3&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Issue:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;When IE7 browser is "zoomed" to a different size, either lesser or greater %, several of incremented zooms drop the last item in the legend.&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;See the attached jpeg for an example of the problem... three specific screen captures (grouped together in Attach1) are provided for your reference... one at 100%, another at 125%, and finally one at 200%. Attach2 shows a view of the entire URL.&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;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Thanks, Smokey&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;----------------------------------------------------------------------------&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Attach1 – Three Screen Captures Combined (CaptureCombo.jpeg)&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Attach2 - View of entire URL (URL.jpeg)&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Conditions:&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt; &lt;/SPAN&gt;- Browser: IE7&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt; &lt;/SPAN&gt;- Chart in use:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;MSCombi2D.swf&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt; &lt;/SPAN&gt;- Resized Movie (SWF file) to 750 x 230 to eliminate distortion based on screen resolution differences or zoom sizing. Best appearance is when Flash's "ShowAll" rather than "ExactFit" is used.&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;URL Coding:&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;…&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;[code]&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt; &lt;/SPAN&gt;var fschart1 = new FusionCharts("Charts/MSCombi2d.swf","fschart1","750","230",&lt;SPAN style="mso-spacerun: yes"&gt;                 &lt;/SPAN&gt;"false", "false","FFFFFF","ShowAll");&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt; &lt;/SPAN&gt;var JAVAStr1fs = "&amp;lt;%=varChart1 %&amp;gt;"&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt; &lt;/SPAN&gt;fschart1.setDataXML(JAVAStr1fs);&lt;SPAN style="mso-tab-count: 2"&gt;                &lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;   &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt; &lt;/SPAN&gt;fschart1.render("FSChart1");&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;[/code]&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;/FONT&gt; </description><pubDate>Tue, 08 Jan 2008 14:10:31 GMT</pubDate><dc:creator>Smokey</dc:creator></item><item><title>Fusioncharts and Codecharge</title><link>http://www.fusioncharts.com/forum/Topic2077-30-1.aspx</link><description>Hi; thanks to someone's post on this subject, I was able to get the dataXML working with CodeCharge, but the dataURL does not seem to work... my code is listed below&lt;P&gt;My Chart.html&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "&lt;A href="http://www.w3.org/TR/html4/loose.dtd"&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/A&gt;"&amp;gt;&lt;BR&gt;&amp;lt;html&amp;gt;&lt;BR&gt;&amp;lt;head&amp;gt;&lt;BR&gt;&amp;lt;meta name="GENERATOR" content="CodeCharge Studio 3.2.0.2"&amp;gt;&lt;BR&gt;&amp;lt;meta http-equiv="content-type" content="text/html; charset=windows-1252"&amp;gt;&lt;BR&gt;&amp;lt;title&amp;gt;eDashboard&amp;lt;/title&amp;gt;&lt;BR&gt;&amp;lt;link rel="stylesheet" type="text/css" href="Styles/ACSezOrder/Style_doctype.css"&amp;gt;&lt;BR&gt;&amp;lt;!--[if IE 6]&amp;gt;&amp;lt;link rel="stylesheet" type="text/css" href="Styles/ACSezOrder/Style_ie6.css"&amp;gt;&amp;lt;![endif]--&amp;gt;&lt;BR&gt;&amp;lt;script language="Javascript" src="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;&amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;Chart.asp code&lt;BR&gt;============&lt;BR&gt;&amp;lt;!-- #INCLUDE VIRTUAL="FusionCharts.asp" --&amp;gt;&lt;BR&gt;...&lt;BR&gt;...&lt;BR&gt;'Fusion Chart Code&lt;BR&gt;'Variable to contain dataURL&lt;BR&gt;Dim strDataURL&lt;/P&gt;&lt;P&gt;'Set DataURL with animation property to 1&lt;BR&gt;'NOTE: It's necessary to encode the dataURL if you've added parameters to it&lt;BR&gt;'strDataURL = encodeDataURL("ChartsData.asp?animate=1")&lt;BR&gt;strDataURL = "ChartData.asp"&lt;/P&gt;&lt;P&gt;'Create the chart - Pie 3D Chart with dataURL as strDataURL&lt;/P&gt;&lt;P&gt;Call renderChart("Column3D.swf", strDataURL, "", "stats", 600, 400, false, false)&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;and my ChartData.asp&lt;BR&gt;==================&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;&amp;lt;%&lt;BR&gt;dim statsdim rs&lt;BR&gt;dim sqldim cn&lt;BR&gt;dim field1 'Hold data returned&lt;BR&gt;dim field2 'Hold name&lt;BR&gt;dim strXML 'strXML will be used to store the entire XML document generated&lt;/P&gt;&lt;P&gt;'Default.asp has passed us a property animate. We request that.&lt;BR&gt;Dim animateChart&lt;/P&gt;&lt;P&gt;animateChart = Request.QueryString("animate")&lt;BR&gt;'Set default value of 1&lt;BR&gt;if animateChart="" then&lt;BR&gt; animateChart = "1"&lt;BR&gt;end if&lt;/P&gt;&lt;P&gt;'Make db conx&lt;BR&gt;cn = "dns..."&lt;BR&gt;set rs = server.createobject("adodb.recordset")&lt;/P&gt;&lt;P&gt;'Create your SQL here, this was mine&lt;BR&gt;sql = "SELECT NBR_OPEN_INCIDENTS FROM DASHBOARD_VIEW"&lt;/P&gt;&lt;P&gt;'Start XML data&lt;BR&gt;strXML = "&amp;lt;chart caption=' Current OMS Status' subCaption='Dashboard' pieSliceDepth='30' showBorder='0' formatNumberScale='0' numberSuffix=' Tickets' animation='0'&amp;gt;"&lt;/P&gt;&lt;P&gt;'Open db and grab records&lt;BR&gt;rs.open sql, cn&lt;BR&gt;do while not rs.eof&lt;BR&gt;    'Write the data line str&lt;BR&gt;    XML = strXML &amp;amp; "&amp;lt;set label='Open Incidents' value='20'/&amp;gt;"&lt;BR&gt;    'Go to next record&lt;BR&gt;    rs.movenext&lt;BR&gt;loop&lt;/P&gt;&lt;P&gt;'Finally, close &amp;lt;chart&amp;gt; element&lt;BR&gt;strXML = strXML &amp;amp; "&amp;lt;/chart&amp;gt;"&lt;/P&gt;&lt;P&gt;'Close loop and conx&lt;BR&gt;rs.closeSet&lt;BR&gt;rs = nothing&lt;/P&gt;&lt;P&gt;'Set Proper output content-type&lt;BR&gt;Response.ContentType = "text/xml"&lt;/P&gt;&lt;P&gt;'Just write out the XML data&lt;BR&gt;'NOTE THAT THIS PAGE DOESN'T CONTAIN ANY HTML TAG, WHATSOEVER&lt;/P&gt;&lt;P&gt;Response.Write(strXML)&lt;BR&gt;%&amp;gt;&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;the result can be seen at&lt;BR&gt;&lt;A href="http://open.acsatlanta.com/OMS/chart.asp"&gt;http://open.acsatlanta.com/OMS/chart.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there is no data showing..&lt;/P&gt;&lt;P&gt;Would appreicate a fresh set of eyes...&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Thu, 23 Aug 2007 06:56:32 GMT</pubDate><dc:creator>terencef</dc:creator></item><item><title>Gantt chart - works locally but not on web server</title><link>http://www.fusioncharts.com/forum/Topic3215-30-1.aspx</link><description>I am trying to generate a Gantt chart.  Everything works on my development server but when I upload I get an error.&lt;P&gt;Both servers are Windows 2003.  I have several other charts (bar, pie etc) working perfectly on the web server.&lt;/P&gt;&lt;P&gt;I'm not sure what I can be doing wrong - any help much appreciated.&lt;/P&gt;&lt;P&gt;My javascript:&lt;/P&gt;&lt;P&gt;[code]&lt;BR&gt;   &amp;lt;script language="JavaScript"&amp;gt; &lt;BR&gt;      var chart1 = new FusionCharts("../Charts/Gantt.swf", "chart1Id", "1000", "600", "1", "1"); &lt;BR&gt;      chart1.setDataURL("bookings%5Fgantt%2Easp%3Fyear%3D2008%26limit%3D1");&lt;BR&gt;      chart1.render("chart1div");&lt;BR&gt;   &amp;lt;/script&amp;gt;&lt;BR&gt;[/code]&lt;/P&gt;&lt;P&gt;My XML:&lt;/P&gt;&lt;PRE id=line1&gt;[code]&lt;BR&gt;&amp;lt;&lt;SPAN class=start-tag&gt;chart&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; dateFormat&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;'dd/mm/yyyy' &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;ganttPaneDuration&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;'1' &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;ganttPaneDurationUnit&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;'m' &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;palette&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;'2' &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;showShadow&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;'0'&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;categories&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/01/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"31/12/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Bookings grid view" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt; &amp;lt;/&lt;SPAN class=end-tag&gt;categories&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;categories&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/01/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"31/01/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Jan" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/02/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"29/02/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Feb" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/03/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"31/03/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Mar" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/04/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"30/04/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Apr" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/05/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"31/05/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"May" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/06/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"30/06/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Jun" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/07/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"31/07/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Jul" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/08/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"31/08/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Aug" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/09/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"30/09/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Sep" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/10/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"31/10/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Oct" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/11/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"30/11/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Nov" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;category&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"01/12/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"31/12/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Dec" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&lt;/PRE&gt;&lt;PRE id=line18&gt;&amp;lt;/&lt;SPAN class=end-tag&gt;categories&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;processes&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; align&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"left"&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;process&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; Name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"97 - Orroland Lodge" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;id&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"97" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;processes&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;tasks&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;task&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Christine Prunty" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;processId&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"97" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"04/01/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"07/01/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;taskId&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"B" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;borderColor&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"D85958" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;color&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"D85958" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;link&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"bookings_detail.asp?bookingID=17220" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;task&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Sharon Ward Giles" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;processId&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"97" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"05/01/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"19/01/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;taskId&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"B" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;borderColor&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"303B7D" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;color&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"303B7D" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;link&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"bookings_detail.asp?bookingID=16809" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;task&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; name&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"Building and maintenance" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;processId&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"97" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;start&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"07/01/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;end&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"26/01/2008" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;taskId&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"B" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;borderColor&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"367D5F" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;color&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"367D5F" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;link&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"bookings_detail.asp?bookingID=20723" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;/&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;tasks&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;chart&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;[/code]&lt;/PRE&gt;&lt;PRE&gt;The debug information:&lt;/PRE&gt;&lt;PRE&gt;INFO: Chart registered with external script. DOM Id of chart is chart1Id&lt;BR&gt;INFO: XML Data provided using dataURL method.&lt;BR&gt;dataURL provided: bookings_gantt.asp?year=2008&amp;amp;limit=1&lt;BR&gt;dataURL invoked: bookings_gantt.asp?year=2008&amp;amp;limit=1&lt;BR&gt;ERROR: An error occurred while loading data. Please check your dataURL, by clicking on the "dataURL invoked" link above, to see if it's returing valid XML data. Common causes for error are: &lt;BR&gt;No URL Encoding provided for querystrings in dataURL. If your dataURL contains querystrings as parameters, you'll need to URL Encode the same. e.g., Data.asp?id=101&amp;amp;subId=242 should be Data%2Easp%3Fid%3D101%26subId%3D242&lt;BR&gt;Different sub-domain of chart .swf and dataURL. Both need to be same owing to sandbox security.&lt;BR&gt;Network error&lt;/PRE&gt;</description><pubDate>Thu, 29 Nov 2007 09:44:07 GMT</pubDate><dc:creator>superwebs</dc:creator></item><item><title>JS Example + DB connection??</title><link>http://www.fusioncharts.com/forum/Topic3023-30-1.aspx</link><description>Hi,&lt;P&gt;Does someone know how to get the following example working with an Access database connection?&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.fusioncharts.com/Demos/JS/Index.html"&gt;http://www.fusioncharts.com/Demos/JS/Index.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Clee</description><pubDate>Tue, 13 Nov 2007 02:06:09 GMT</pubDate><dc:creator>Clee</dc:creator></item><item><title>X-AxisLabels Values</title><link>http://www.fusioncharts.com/forum/Topic1839-30-1.aspx</link><description>Hi to all,&lt;br&gt;&lt;br&gt;how may I rotate the XAxislabels values? in version FusionCharts Presentation Suite&lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 02 Aug 2007 14:34:31 GMT</pubDate><dc:creator>efrenga79</dc:creator></item><item><title>Client Customized, Data-Driven Chart</title><link>http://www.fusioncharts.com/forum/Topic2653-30-1.aspx</link><description>The website includes a Javascript-Ajax chart the enables customization on the client level, called "FusionCharts + Javascript (AJAX) Integration". Are reports a database driven. I wanted to know if there was someway to combine the functionality of the aforementioned chart with a chart based on info from a database and selections from a HTML FORM?</description><pubDate>Tue, 09 Oct 2007 14:59:57 GMT</pubDate><dc:creator>valerie.harris</dc:creator></item><item><title>Basic question about y axis scale</title><link>http://www.fusioncharts.com/forum/Topic2449-30-1.aspx</link><description>I've been trying your free version to get a taste today ... I really like how easy it is to use .asp.  I plan on downloading the V3 trial version.  I was wondering how to go about adjusting the scale on the y axis.  Sometimes data labels end up too close to the top line of the chart and begin to be difficult to read.  I was wondering how adjustments to increase the max number on the scale is made...&lt;P&gt;Thanks in advance!:)</description><pubDate>Tue, 18 Sep 2007 22:08:34 GMT</pubDate><dc:creator>Clay Canvas</dc:creator></item><item><title>Data Drill</title><link>http://www.fusioncharts.com/forum/Topic2291-30-1.aspx</link><description>Is it possible to drill down to see live data? For example, with a pie chart (or any chart for that matter) of sales statistics for various regions, I would like to drill down to see a list names and products, or any data I choose, that make up the region.&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Sat, 08 Sep 2007 06:47:53 GMT</pubDate><dc:creator>Felton</dc:creator></item><item><title>help me please</title><link>http://www.fusioncharts.com/forum/Topic2203-30-1.aspx</link><description>how to display seriesName '%'&lt;/P&gt;&lt;P&gt;I try to do this &amp;lt;dataset seriesName='%' color='AFD8F8' showValues='0'&amp;gt;"&lt;/P&gt;&lt;P&gt;it can not display&lt;/P&gt;&lt;P&gt;please help me thank you</description><pubDate>Sat, 01 Sep 2007 03:13:56 GMT</pubDate><dc:creator>thos123</dc:creator></item><item><title>Chart question</title><link>http://www.fusioncharts.com/forum/Topic1976-30-1.aspx</link><description>Hi - I'm using currently the trial version of your fusionchart v3. I have problems to create a line-chart with fixed y-axis values. The y-axis should display the possible answers of a poll. The x-axis should display the dates, the user have vote for this poll. So, on the chart I can see, how the User changed his opinion in the course of time.&lt;/P&gt;&lt;P&gt;Here an example:&lt;BR&gt;(y-axis)&lt;BR&gt;answer 1         x                                        x&lt;BR&gt;answer 2                                    x&lt;BR&gt;answer 3                      x&lt;BR&gt;answer 4&lt;BR&gt;(x-axis)      8/10/07   8/11/07   8/12/07    8/13/07&lt;/P&gt;&lt;P&gt;The x shown as line-chart&lt;BR&gt;Since I have more polls, the line-chart values of the x- and y-axis will create dynamically by my programm.&lt;/P&gt;&lt;P&gt;Obviously, I can't create this kind of chart only with the declaration of the "&amp;lt;set label='12.08.2007' value='answer 1' /&amp;gt;". Can you give me some hints, how it is possible to solve my chart-problem?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR&gt;Marcus Weidenfeller</description><pubDate>Wed, 15 Aug 2007 05:04:43 GMT</pubDate><dc:creator>Marcus Weidenfeller</dc:creator></item><item><title>help!!!!</title><link>http://www.fusioncharts.com/forum/Topic1928-30-1.aspx</link><description>Microsoft VBScript runtime &lt;FONT face=Arial size=2&gt;error '800a000d'&lt;/FONT&gt;&lt;FONT face="宋体, MS Song" size=3&gt; &lt;/FONT&gt;&lt;P&gt;&lt;FONT face=Arial size=2&gt;Type mismatch: 'renderChart'&lt;/FONT&gt; &lt;P&gt;&lt;FONT face=Arial size=2&gt;/nexweb/nany3.asp&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;, line 140&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;&lt;FONT face=Arial&gt;what's that mean? my code is below:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Dim cost1,cost2&lt;BR&gt;   cost1 = Int(Request.querystring("edemand"))&lt;BR&gt;   cost2 = Int(Request.querystring("eprice"))&lt;BR&gt;   &lt;BR&gt;   Dim strXML&lt;BR&gt;   &lt;BR&gt;   strXML = "&amp;lt;chart caption='Sales by Product Category' subCaption='For this week' showPercentValues='1' pieSliceDepth='30' showBorder='1'&amp;gt;"&lt;BR&gt;   strXML = strXML &amp;amp; "&amp;lt;set label='Soups' value='" &amp;amp; cost1 &amp;amp; "' /&amp;gt;"&lt;BR&gt;   strXML = strXML &amp;amp; "&amp;lt;set label='Salads' value='" &amp;amp; cost2 &amp;amp; "' /&amp;gt;"&lt;BR&gt;   strXML = strXML &amp;amp; "&amp;lt;/chart&amp;gt;"&lt;BR&gt;   &lt;BR&gt;   Call renderChart("../nexweb/FusionCharts/Pie3D.swf", "", strXML, "Sales", 500, 300, false, false)</description><pubDate>Thu, 09 Aug 2007 14:44:11 GMT</pubDate><dc:creator>hifen</dc:creator></item><item><title>AJAX help!</title><link>http://www.fusioncharts.com/forum/Topic1617-30-1.aspx</link><description>Hi, sorry for my english :D&lt;br&gt;&lt;br&gt;My question:&lt;br&gt;&lt;br&gt;I'm using V3 charts and I have a page with 1 chart, all I need is refresh ONLY the chart in my page every 5 minutes, for that I know that I need ajax,&lt;br&gt;&lt;br&gt;what I need to do?&lt;br&gt;&lt;br&gt;help?&lt;br&gt;&lt;br&gt;thanks in advance ;)</description><pubDate>Fri, 13 Jul 2007 20:19:41 GMT</pubDate><dc:creator>ei11067</dc:creator></item><item><title>How do I Combine the grid with a chart in ASP</title><link>http://www.fusioncharts.com/forum/Topic1542-30-1.aspx</link><description>Hi,&lt;P&gt;can anyone tell me how to Combine the grid with a chart in classic ASP.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul </description><pubDate>Fri, 06 Jul 2007 07:14:51 GMT</pubDate><dc:creator>paul_s</dc:creator></item><item><title>having problem with hebrew</title><link>http://www.fusioncharts.com/forum/Topic1109-30-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I Can't see Hebrew characters in the chart.&lt;/P&gt;&lt;P&gt;ThanX,</description><pubDate>Mon, 28 May 2007 04:35:30 GMT</pubDate><dc:creator>shlomist100</dc:creator></item><item><title>LABELS</title><link>http://www.fusioncharts.com/forum/Topic1117-30-1.aspx</link><description>Please I need that they help me, my consultation is is possible in the end to be put fixed labels in the graph of linear type when dot the graph.&lt;BR&gt; &lt;BR&gt;I wait for the quick news. :(&lt;BR&gt;Carlos</description><pubDate>Tue, 29 May 2007 19:02:36 GMT</pubDate><dc:creator>cchuquillanqui</dc:creator></item><item><title>Error in loading data</title><link>http://www.fusioncharts.com/forum/Topic965-30-1.aspx</link><description>I am using two pages to grab and display the data. The first page is launched and it then pulls the data from the second "data" page. I'm using the MSColumn3D.swf chart. &lt;/P&gt;&lt;P&gt;[code]dim stats&lt;BR&gt;dim rs&lt;BR&gt;dim sql&lt;BR&gt;dim cn&lt;/P&gt;&lt;P&gt;dim rs1&lt;BR&gt;dim sql1&lt;BR&gt;dim cn1&lt;/P&gt;&lt;P&gt;dim field1 'Hold data returned&lt;BR&gt;'dim field2 'Hold name&lt;BR&gt;dim strXML 'strXML will be used to store the entire XML document generated&lt;/P&gt;&lt;P&gt;&lt;BR&gt;'Default.asp has passed us a property animate. We request that.&lt;BR&gt; Dim animateChart&lt;BR&gt; animateChart = Request.QueryString("animate")&lt;/P&gt;&lt;P&gt;'Set default value of 1&lt;BR&gt; if animateChart="" then&lt;BR&gt;      animateChart = "1"&lt;BR&gt; end if&lt;/P&gt;&lt;P&gt;'Make db conx&lt;BR&gt;cn = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=serverip;DATABASE=netops;USER=root;PASSWORD=password;OPTION=3"&lt;BR&gt;set rs = server.createobject("adodb.recordset")&lt;BR&gt;sql = "SELECT Count(Ticket) as field0 FROM Tkt_tickets WHERE YEAR(ResolvedTime) = 2006 GROUP BY Year(ResolvedTime), Month(ResolvedTime)"&lt;/P&gt;&lt;P&gt;cn1 = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=serverip;DATABASE=netops;USER=root;PASSWORD=password;OPTION=3"&lt;BR&gt;set rs1 = server.createobject("adodb.recordset")&lt;BR&gt;sql1 = "SELECT Count(Ticket) as field1 FROM Tkt_tickets WHERE YEAR(ResolvedTime) = 2007 GROUP BY Year(ResolvedTime), Month(ResolvedTime)"&lt;/P&gt;&lt;P&gt;'Start XML data&lt;BR&gt;strXML = "&amp;lt;chart caption='Tickets Worked Results 2006 v 2007' xAxisName='Month' yAxisName='Revenue' showValues='0' numberPrefix='$'&amp;gt;&lt;/P&gt;&lt;P&gt;strXML = strXML &amp;amp; "&amp;lt;categories&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;category label='Jan' /&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;category label='Feb' /&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;category label='Mar' /&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;category label='Apr' /&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;category label='May' /&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;category label='Jun' /&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;category label='Jul' /&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;category label='Aug' /&amp;gt;"&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;category label='Sep' /&amp;gt;"&lt;BR&gt;    strXML = strXML &amp;amp; "&amp;lt;category label='Oct' /&amp;gt;"&lt;BR&gt;    strXML = strXML &amp;amp; "&amp;lt;category label='Nov' /&amp;gt;"&lt;BR&gt;    strXML = strXML &amp;amp; "&amp;lt;category label='Dec' /&amp;gt;"&lt;BR&gt;strXML = strXML &amp;amp; "&amp;lt;/categories&amp;gt;" &lt;/P&gt;&lt;P&gt;'Open db and grab 2006 records&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;dataset seriesName='2006' color='FF9601'&amp;gt;"&lt;BR&gt; rs.open sql, cn&lt;BR&gt;    do while not rs.eof&lt;/P&gt;&lt;P&gt;'Write the data line&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;set value='" &amp;amp; rs("field0") &amp;amp; "'/&amp;gt;"&lt;/P&gt;&lt;P&gt;'Go to next record&lt;BR&gt;    rs.movenext&lt;BR&gt;    loop&lt;/P&gt;&lt;P&gt;strXML = strXML &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;/P&gt;&lt;P&gt;'Open db and grab 2007 records&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;dataset seriesName='2007' color='0000C0'&amp;gt;"&lt;BR&gt; rs1.open sql1, cn1&lt;BR&gt;    do while not rs1.eof&lt;/P&gt;&lt;P&gt;'Write the data line&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;set value='" &amp;amp; rs1("field1") &amp;amp; "'/&amp;gt;"&lt;/P&gt;&lt;P&gt;'Go to next record&lt;BR&gt;    rs1.movenext&lt;BR&gt;    loop&lt;/P&gt;&lt;P&gt; strXML = strXML &amp;amp; "&amp;lt;/dataset&amp;gt;"&lt;/P&gt;&lt;P&gt;    strXML = strXML &amp;amp; "&amp;lt;trendlines&amp;gt;"&lt;BR&gt;     strXML = strXML &amp;amp; "&amp;lt;line startValue='26000' color='91C728' displayValue='Target' showOnTop='1'/&amp;gt;"&lt;BR&gt;    strXML = strXML &amp;amp; "&amp;lt;/trendlines&amp;gt;"&lt;/P&gt;&lt;P&gt;'Finally, close &amp;lt;chart&amp;gt; element&lt;BR&gt; strXML = strXML &amp;amp; "&amp;lt;/chart&amp;gt;"&lt;/P&gt;&lt;P&gt;'Close loops and conx&lt;BR&gt; rs.close&lt;BR&gt;Set rs = nothing&lt;BR&gt; rs1.close&lt;BR&gt;Set rs1 = nothing&lt;/P&gt;&lt;P&gt;'Set Proper output content-type&lt;BR&gt; Response.ContentType = "text/xml"&lt;/P&gt;&lt;P&gt;'Just write out the XML data&lt;BR&gt;'NOTE THAT THIS PAGE DOESN'T CONTAIN ANY HTML TAG, WHATSOEVER&lt;BR&gt; Response.Write(strXML)&lt;BR&gt;[/code]&lt;/P&gt;&lt;P&gt;This is in the first page.&lt;/P&gt;&lt;P&gt;[code]'Variable to contain dataURL&lt;BR&gt; Dim strDataURL&lt;/P&gt;&lt;P&gt;'Set DataURL with animation property to 1&lt;BR&gt;'NOTE: It's necessary to encode the dataURL if you've added parameters to it&lt;BR&gt;   strDataURL = "TktByMonthData.asp"&lt;/P&gt;&lt;P&gt;'Create the chart - Pie 3D Chart with dataURL as strDataURL&lt;BR&gt;   Call renderChart("Includes/ChartsSWF/MSColumn3D.swf", strDataURL, "", "stats", 600, 400, false, false)[/code]&lt;/P&gt;&lt;P&gt;Any help would be a&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;ppreciated&lt;/SPAN&gt;.</description><pubDate>Thu, 03 May 2007 21:47:00 GMT</pubDate><dc:creator>djjwp</dc:creator></item><item><title>CodeCharge Studio</title><link>http://www.fusioncharts.com/forum/Topic469-30-1.aspx</link><description>I will be purchasing Fusion Charts and will need to get it working within CCS projects. I'm looking for anyone who has done this before and can offer any type of "how to". :w00t:&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Don</description><pubDate>Wed, 07 Mar 2007 22:02:59 GMT</pubDate><dc:creator>djjwp</dc:creator></item></channel></rss>