﻿<?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 / General usage </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, 10 Oct 2008 15:59:44 GMT</lastBuildDate><ttl>20</ttl><item><title>Reload / reInit / remove a chart??</title><link>http://www.fusioncharts.com/forum/Topic9100-28-1.aspx</link><description>Hi&lt;br&gt;I am using pro version of FusionCharts and trying drill down functionality using PHP and Javascript.&lt;br&gt;&lt;br&gt;I am using a series of charts for drill downs .. I mean .. &lt;br&gt;Click in chart A -&gt; updates chart B&lt;br&gt;Click in chart B -&gt; updates Chart C &lt;br&gt;Click in chart C -&gt; updates D, E and F. &lt;br&gt;&lt;br&gt;Now that D,E, and F are loaded, if I click on chart B, the charts D, E, and F remain loaded. But I want them to be dependent on C. &lt;br&gt;&lt;br&gt;Is it possible that after first drill down till D, E, F if I click back on B, charts D,E,F are re-initiated / removed / reloaded to blank?? so that I can click on C to refresh them with fresh values (depending upon click in C).&lt;br&gt;&lt;br&gt;Please help. If you don't get the question I can try rephrasing all!!&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Cj&lt;br&gt;</description><pubDate>Wed, 08 Oct 2008 06:56:37 GMT</pubDate><dc:creator>wbdvlpr</dc:creator></item><item><title>URGENT MSCombi3d.swf missing!!!!</title><link>http://www.fusioncharts.com/forum/Topic9132-28-1.aspx</link><description>Hi&lt;br&gt;&lt;br&gt;We purchased the developer license of Fusion Charts v3 on the basis of using what is in the chart gallery on your website. I really need to use this chart [url=http://www.fusioncharts.com/GalleryChart.asp?id=35]http://www.fusioncharts.com/GalleryChart.asp?id=35[/url] for my project but i cannot find it in the download for the product. Please let me know where i can get this from&lt;br&gt;&lt;br&gt;Thanks</description><pubDate>Fri, 10 Oct 2008 06:06:35 GMT</pubDate><dc:creator>kb_ian</dc:creator></item><item><title>HTTPS and IE</title><link>http://www.fusioncharts.com/forum/Topic9134-28-1.aspx</link><description>I'm using FusionChartsFree on a apache HTTPS server. With IE the charts are not visibles. I try to set the XML by using setDataXML, I try to modify headers using Cache-Control: cache, must-revalidate and Pragma: public, but no way, the chart is unvisible.&lt;br&gt;On Firefox there is no problem charts are great.&lt;br&gt;Do you have any solution for me ?</description><pubDate>Fri, 10 Oct 2008 07:41:48 GMT</pubDate><dc:creator>leaderpol</dc:creator></item><item><title>Saving chart as an image.</title><link>http://www.fusioncharts.com/forum/Topic9133-28-1.aspx</link><description>Hi &lt;br&gt;Using fusioncharts I am able to save chart as an image.&lt;br&gt;&lt;br&gt;[code] in Chart tag ..... imageSave='1' imageSaveURL='ChartAsImage.php [/code]&lt;br&gt;[code] in java script -&gt; var chartToPrint = getChartFromId(chartId); chartToPrint.saveAsImage();[/code]&lt;br&gt;&lt;br&gt;The problem is when I click on button/link to save chart as image it takes me to ChartAsImage.php .. is it possible to avoid this (making it happen in background) or in new window?? &lt;br&gt;&lt;br&gt;The reason I want this in background or new window is that .. when we do drill downn we pass some values using java script to another chart (which is to be updated) .. Opening in same window causes users to restart their drill down action from the beginning. I tried java script history go back -1 when the image is saved, but the charts get restarted to original values.&lt;br&gt;Is there any way (PHP/Java Script etc) to avoid this?&lt;br&gt;&lt;br&gt;Please help/guide me .. and it will be highly appreciated.&lt;br&gt;Thank you.&lt;br&gt;Cj</description><pubDate>Fri, 10 Oct 2008 07:40:42 GMT</pubDate><dc:creator>wbdvlpr</dc:creator></item><item><title>Legend Color Swatch Size</title><link>http://www.fusioncharts.com/forum/Topic9125-28-1.aspx</link><description>I just noticed that some of the official chart examples on fushioncharts.com have much larger color swatches in the legend than other charts. Here are two examples of large swatches:&lt;br&gt;&lt;br&gt;http://fusioncharts.com/Demos/ScatterReturn/Default.html&lt;br&gt;&lt;br&gt;http://fusioncharts.com/Demos/FusionAir/Contents/Costs.html&lt;br&gt;&lt;br&gt;And here are charts whose legend displays small swatches:&lt;br&gt;&lt;br&gt;http://fusioncharts.com/GalleryChart.asp?id=7&lt;br&gt;&lt;br&gt;http://fusioncharts.com/GalleryChart.asp?id=52&lt;br&gt;&lt;br&gt;Anyone know how I can make my swatches bigger? I read in the documentation that the following is supposed to do it, but for me it only changes the text, not the swatch:&lt;br&gt;&lt;br&gt;    &lt;styles&gt;&lt;br&gt;        &lt;definition&gt;&lt;br&gt;            &lt;style name='myLegendFont' type='font' size='11' color='639ACE' bold='1' /&gt;&lt;br&gt;        &lt;/definition&gt;&lt;br&gt;        &lt;application&gt;&lt;br&gt;            &lt;apply toObject='Legend' styles='myLegendFont' /&gt;&lt;br&gt;        &lt;/application&gt;&lt;br&gt;    &lt;/styles&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 09 Oct 2008 19:16:31 GMT</pubDate><dc:creator>boywithk9</dc:creator></item><item><title>Columns are higher than canvas area...</title><link>http://www.fusioncharts.com/forum/Topic9123-28-1.aspx</link><description>Hello,&lt;br&gt;&lt;br&gt;I am using the StackedColumn2D.swf charts and the columns in my chart are as tall, or taller, than the actual canvas.  This leads to the totals at the top of the columns to appear out of the canvas area.  Any idea on how to give it some buffer room?&lt;br&gt;&lt;br&gt;[img]http://pei.slumberland.ca/chart_sample.jpg[/img]&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;-dr</description><pubDate>Thu, 09 Oct 2008 17:31:10 GMT</pubDate><dc:creator>dico</dc:creator></item><item><title>load chart as external file</title><link>http://www.fusioncharts.com/forum/Topic9083-28-1.aspx</link><description>Hi--&lt;br&gt;&lt;br&gt;Is it possible to load an SWF chart into another SWF? How would I tell the chart file where the data is?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 07 Oct 2008 09:57:59 GMT</pubDate><dc:creator>darkness</dc:creator></item><item><title>Save chart image to server only?</title><link>http://www.fusioncharts.com/forum/Topic9080-28-1.aspx</link><description>Hi all,&lt;br&gt;&lt;br&gt;I know that you can use javascript to save a chart as an image using a method similar to the following:&lt;br&gt;&lt;br&gt;         var chartToPrint = getChartFromId("chart1Id");&lt;br&gt;         chartToPrint.saveAsImage();&lt;br&gt;&lt;br&gt;and that I need a handler script on the server to process the image saving.&lt;br&gt;&lt;br&gt;However, when using this method it brings up a 'save as' dialog in the client browser which saves the image to the client.  What I would like to do is only save the chart image to a file on the server instead - never showing the client a 'save as' dialog at all.&lt;br&gt;&lt;br&gt;Is this possible with FusionCharts?</description><pubDate>Tue, 07 Oct 2008 04:52:34 GMT</pubDate><dc:creator>jblackwell</dc:creator></item><item><title>vLine caption?</title><link>http://www.fusioncharts.com/forum/Topic9074-28-1.aspx</link><description>Is it possible to add a caption to a vertical line? And if not, could you add these feature? Many thanks.</description><pubDate>Mon, 06 Oct 2008 13:36:51 GMT</pubDate><dc:creator>carr</dc:creator></item><item><title>Animating single dataset in multiseries</title><link>http://www.fusioncharts.com/forum/Topic9073-28-1.aspx</link><description>Is it possible to animate a single dataset in a multiseries chart? I'd like to animate one line in a multiseries line chart, but not the other lines. Is this possible?</description><pubDate>Mon, 06 Oct 2008 13:33:09 GMT</pubDate><dc:creator>carr</dc:creator></item><item><title>Drill Down Charts with Java</title><link>http://www.fusioncharts.com/forum/Topic8695-28-1.aspx</link><description>Hi everyone&lt;br&gt;&lt;br&gt;I'm trying to use a Java method as a link for drill down charts and I would like to know if there is a way to call the Java method from the chart XML. I'm trying to avoid going to the resulting JavaScript from my code because I don't think that it is a good way to solve my problem.&lt;br&gt;&lt;br&gt;Thanks in advance :)</description><pubDate>Mon, 22 Sep 2008 09:34:17 GMT</pubDate><dc:creator>pca</dc:creator></item><item><title>Schema Files for Fusion Charts</title><link>http://www.fusioncharts.com/forum/Topic209-28-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Does anyone out there have any xsd files that d&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;escribe what properties can be set for the varoius fusion charts?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;For the project I am working on we are binding the properties you can set in fusion charts to a property grid, allowing the user to change these properties at runtime. I'm pretty sure this is a common thing developers want to do with fusion charts and was hoping someone out there might already have something.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt;Damian&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080; FONT-FAMILY: Verdana"&gt; &lt;/SPAN&gt;</description><pubDate>Tue, 23 Jan 2007 09:14:25 GMT</pubDate><dc:creator>dm_uk</dc:creator></item><item><title>Cannot generate true 3d column chart within Flash</title><link>http://www.fusioncharts.com/forum/Topic9027-28-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I am trying to generate a true 3d column chart (multiseries) from within a flash movie, like the example in the gallery http://fusioncharts.com/GalleryCol3D.asp#tr_1_2&lt;br&gt;When using the xml from that example within a flash movie, however, I get a clustered 2D chart like http://fusioncharts.com/GalleryCol3D.asp#tr_1_8 ,i.e. the different series are clustered and are shown in the same z-plane.&lt;br&gt;&lt;br&gt;The code I am using is as follows:&lt;br&gt;[quote]&lt;br&gt;#include "com/fusioncharts/includes/LoadingFunctions.as"&lt;br&gt;#include "com/fusioncharts/includes/AppMessages.as"&lt;br&gt;import com.fusioncharts.core.charts.MSColumn3DChart;&lt;br&gt;&lt;br&gt;var strXML:String = "INSERT XML HERE";&lt;br&gt;&lt;br&gt;var xmlData:XML = new XML(strXML);&lt;br&gt;&lt;br&gt;var chartContainerMC:MovieClip = this.createEmptyMovieClip("ChartHolder",1);&lt;br&gt;var myChart:MSColumn3DChart = new MSColumn3DChart(chartContainerMC, 1, 450, 325, 5, 38, false, "EN", "noScale");&lt;br&gt;myChart.setXMLData(xmlData);&lt;br&gt;myChart.render();&lt;br&gt;stop();[/quote]&lt;br&gt;&lt;br&gt;The xml I am using is at http://fusioncharts.com/Gallery/Data/3DChart_Col_1.xml - I'm inserting this directly in the actionscript. The reason I show it separately here is that even with the "quote" tags, it doesn't come out right in the forum when I post the actionscript with the xml included.&lt;br&gt;&lt;br&gt;Is there a way to fix this and generate true 3D column charts from within Flash? Thanks in advance!</description><pubDate>Fri, 03 Oct 2008 03:05:09 GMT</pubDate><dc:creator>Janek</dc:creator></item><item><title>Automatic assigning of colors - do different flash charts use different color series?</title><link>http://www.fusioncharts.com/forum/Topic8907-28-1.aspx</link><description>I'm using &lt;STRONG&gt;Multi-series 2D Area Chart&lt;/STRONG&gt; and &lt;STRONG&gt;2D Pie Chart &lt;/STRONG&gt;files to create charts and letting the components assign their own colors to the data. I've noticed that the Pie Chart colors are quite full and dark (darker blues, greens and reds), while the Area Chart colors seem a little washed out (lighter blues and reds). I'm not using any alpha settings on the area chart, so I'm wondering how the Flash files choose the color series they are using. Also, can I get a list of the color palette(s) in hex that they use?</description><pubDate>Mon, 29 Sep 2008 11:36:16 GMT</pubDate><dc:creator>dickmartini</dc:creator></item><item><title>Drilldown and dynamically updated map of Colorado, USA.</title><link>http://www.fusioncharts.com/forum/Topic8985-28-1.aspx</link><description>I previously have built an updatable Fusion Map using a United States map. You can see it at this link:&lt;br&gt;&lt;br&gt;[url]http://www.denverpostplus.com/FusionMaps/LiveExamples/pw3.html&lt;br&gt;[/url]&lt;br&gt;&lt;br&gt;I would like to apply the same concept using a map of Colorado, which I would update with new election results during the election night, and also change the color depending on which candidate is leading in each county. I also would like to make this a drill-down map that would allow the user to click on a county and go to another page with more detailed information. I have found in the documentation how to make a link in a drilldown, but what I cannot find is the proper xml for the counties in Colorado. I have found xml for cities in Colorado, but not counties.&lt;br&gt;&lt;br&gt;I set up an html file and an xml file. The html file references the map "Maps/FCMap_Colorado.swf" as it should. I also made an xml file (which I would like to update throughout election night). I started out using the ColoradoMap.as file from the MapsSource/com/fusionmaps/maps folder but it is not the right one.&lt;br&gt;&lt;br&gt;At this link, you can see what I have so far:&lt;br&gt;&lt;br&gt;[url]http://www.denverpostplus.com/FusionMaps/LiveExamples/colo2008.html&lt;br&gt;[/url]&lt;br&gt;I am looking for a Colorado file that would give me the entity ID of each county which I could then add by way of a script other text and formatting information. For example, on my USA map, each line in the xml data file looked something like this:&lt;br&gt;&lt;br&gt;&lt;entity id="AL" value="" toolText='&amp;#60;b&amp;#62; AL ... {other text and info here} ...  color='FFFF33'/&gt;&lt;br&gt;&lt;br&gt;Is there such a file for each state or am I taking the wrong approach?&lt;br&gt;&lt;br&gt;Thanks in advance for your help.&lt;br&gt;&lt;br&gt;Keith Morse&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 02 Oct 2008 08:40:58 GMT</pubDate><dc:creator>kmorse</dc:creator></item><item><title>Inserting into powerpoint</title><link>http://www.fusioncharts.com/forum/Topic9033-28-1.aspx</link><description>&lt;IMG src="http://www.fusioncharts.com/forum/Uploads/Images/7c2d8b15-ed4b-4d37-ae73-61f0.jpg"&gt;&lt;/P&gt;&lt;P&gt;I want to include chart inside PPT. I am not getting the properties window as you have shown in the documentation.&lt;/P&gt;&lt;P&gt;Can you please clarify this? I am using Powerpoint 2003. Is my PPT version is different from ur example?&lt;/P&gt;&lt;P&gt;In above properties window, &lt;FONT color=#1111ff&gt;&lt;STRONG&gt;where should I give the MovieURL?&lt;/STRONG&gt;&lt;/FONT&gt; I couldnt find any property as &lt;FONT color=#ff1111&gt;custom.&lt;/FONT&gt; There are 2 properties displayed as &lt;FONT color=#ff1111&gt;Movie and MovieData&lt;/FONT&gt; in my ppt.&lt;/P&gt;&lt;P&gt;Help me.&lt;/P&gt;&lt;P&gt;Thanks.</description><pubDate>Fri, 03 Oct 2008 06:51:49 GMT</pubDate><dc:creator>mahas</dc:creator></item><item><title>Question: set start and end x-axis value??</title><link>http://www.fusioncharts.com/forum/Topic8986-28-1.aspx</link><description>Dear all,&lt;br&gt;&lt;br&gt;   i have a question about how to set the start and end x-axis value of a charts.&lt;br&gt;e.g. if the x-values of data points start from 10...to 90...how can i set the start&lt;br&gt;value of x-axis from 0 to 100..???&lt;br&gt;&lt;br&gt;    thank you.&lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 02 Oct 2008 09:01:38 GMT</pubDate><dc:creator>imperfect</dc:creator></item><item><title>Fusion chart - Save as image option</title><link>http://www.fusioncharts.com/forum/Topic8982-28-1.aspx</link><description>Dear all,&lt;/P&gt;&lt;P&gt;Can anybody help me in clearing my doubt?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#dd3333&gt;Is it possible to save fusion chart as image and send it to powerpoint presentation using asp.net?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I could save it. That too I have to do manually.Can we make it automatic save option from chart to image (&lt;STRONG&gt;&lt;FONT color=#7777dd&gt;without save as dialog box&lt;/FONT&gt;&lt;/STRONG&gt;)?&lt;/P&gt;&lt;P&gt;Thanks in advance.</description><pubDate>Thu, 02 Oct 2008 04:35:44 GMT</pubDate><dc:creator>mahas</dc:creator></item><item><title>Retrieving data</title><link>http://www.fusioncharts.com/forum/Topic8786-28-1.aspx</link><description>Right now while a chart loads, I get a message that says "Retrieving Data.  Please wait"  Below there's a rectangle that I'm assuming is supposed to show progress  but there's never any movement.  is there a way to make the progress bar actually move?&lt;br&gt;&lt;br&gt;Thank you.</description><pubDate>Wed, 24 Sep 2008 22:25:47 GMT</pubDate><dc:creator>expresso</dc:creator></item><item><title>How to add a secondary y-axis?</title><link>http://www.fusioncharts.com/forum/Topic8865-28-1.aspx</link><description>I've created a collection of Multi-Series Line Charts (MSLine.swf) using XML files similar to those provided in the out-of-the-box examples.  Now I'd like to add a secondary y-axis.&lt;br&gt;&lt;br&gt;Is it possible to add a secondary y-axis to the Multi-Series Line Chart?  If so, what is the technique?&lt;br&gt;&lt;br&gt;Thanks in advance.</description><pubDate>Sun, 28 Sep 2008 01:17:06 GMT</pubDate><dc:creator>mbytes</dc:creator></item><item><title>Y AxisSpacing Problem</title><link>http://www.fusioncharts.com/forum/Topic8913-28-1.aspx</link><description>I am exploring all the pararmeters of a 2d line chart.  When i use the minimum parameters, the left axis label looks great.  When I specify a value for every single parameter available, the y axis label is joined right up to the left axis series labels.  I do not see a parameter to adjust the spacing.  How can I fix?</description><pubDate>Mon, 29 Sep 2008 16:51:13 GMT</pubDate><dc:creator>kida</dc:creator></item><item><title>Html code characters</title><link>http://www.fusioncharts.com/forum/Topic9003-28-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I got Invalid XML data message when my XML string contains &amp;amp;amp;&lt;/P&gt;&lt;P&gt;in RenderChart function with data xml parameter (not url xml).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Miodrag </description><pubDate>Fri, 03 Oct 2008 02:27:36 GMT</pubDate><dc:creator>Miodrag</dc:creator></item><item><title>Canvas background color</title><link>http://www.fusioncharts.com/forum/Topic8770-28-1.aspx</link><description>I have a charts that only changes the canvas background color on selected colors. When I make a change to a new color it will either display the new color or it displays a gray background.&lt;/P&gt;&lt;P&gt;In this example, I'm trying to have the canvas color as black so it blends into the black background of the page its on. What's confusing is that it works fine with a few colors but not all, and black (000000) is a basic color. &lt;/P&gt;&lt;P&gt;Can anyone assist? Thanks&lt;/P&gt;&lt;FONT color=#800000 size=2&gt;&lt;P&gt;&amp;lt;chart caption='Site Cluster Snapshot' baseFontSize='10' toolTipBgColor='000000' baseFontColor='ffffff' useroundedges='1' showPercentageValues='1' showvalues='0' rotateValues='1' labeldisplay='rotate' showBorder='0' numberSuffix='' numberPrefix='' formatNumberscale='1' decimals='2' useSameFillBgColor='1' bgColor='000000' canvasBgColor='000000' canvasBgAlpha='100' canvasBaseColor='000000' showCanvasBg ='1' showCanvasBase='1' borderColor='84cd22' borderAlpha='100' borderThickness='5' showBorder='1'&amp;gt;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Wed, 24 Sep 2008 12:19:33 GMT</pubDate><dc:creator>mojitotech</dc:creator></item><item><title>XSD for Fusion Chart FREE -- Single Series</title><link>http://www.fusioncharts.com/forum/Topic8999-28-1.aspx</link><description>Can anybody please attach the XSD for Fusion Chart FREE--Single Series.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.</description><pubDate>Fri, 03 Oct 2008 01:49:38 GMT</pubDate><dc:creator>chollangi.b</dc:creator></item><item><title>Schema (XSD) files for the charts?</title><link>http://www.fusioncharts.com/forum/Topic5233-28-1.aspx</link><description>We purchased the v3 of the FC and we are pleased with the way the charts look!&lt;br&gt;However, apparently the FC team did not provide XSD (XML Schema files) to describe the chart types. This is a big omission! it prevents code-generators such as JAXB, XmlBeans and Castor to generate code wrapper for the charts, thus making chart data generation very painful. &lt;br&gt;&lt;br&gt;I saw a few users trying to publish hand-crafted schema files, but this is not what one would expect for paid-for product! &lt;br&gt;Please, realize this is a very important feature and provide adequate XSD support. Thanks you!</description><pubDate>Sun, 23 Mar 2008 16:21:49 GMT</pubDate><dc:creator>hristo</dc:creator></item><item><title>Reversed Y-Axis</title><link>http://www.fusioncharts.com/forum/Topic8981-28-1.aspx</link><description>Hello,&lt;P&gt;I'd like to display a chart with reversed Y-Axis (1 is at the top, 100 is at the bottom).&lt;/P&gt;&lt;P&gt;Is this possible with FusionCharts ?&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Thu, 02 Oct 2008 03:54:32 GMT</pubDate><dc:creator>yleguern</dc:creator></item><item><title>trendLines &amp; categories</title><link>http://www.fusioncharts.com/forum/Topic8836-28-1.aspx</link><description>Hi, &lt;br&gt;&lt;br&gt;I see that I can put a lots of trendLines on a chart and it's very simple.&lt;br&gt;&lt;br&gt;Want I want to do now is a trendLine on a categorie.&lt;br&gt;&lt;br&gt;Imagine : &lt;br&gt;   Target 1 on Jan&lt;br&gt;   Target 2 on Feb&lt;br&gt;   Target 3 on Mar&lt;br&gt;   ...&lt;br&gt;So is it possible ? &lt;br&gt;&lt;br&gt;Thank you</description><pubDate>Fri, 26 Sep 2008 03:00:08 GMT</pubDate><dc:creator>djzlouk</dc:creator></item><item><title>mscolum3d, xml in html</title><link>http://www.fusioncharts.com/forum/Topic8906-28-1.aspx</link><description>Hello,&lt;br&gt;&lt;br&gt;I´m looking for an Multi-series Column 3D chart-example, where the data (xml) is sent in the html (like the ChartDataXML.html). Can anybody help?&lt;br&gt;Thanks a lot&lt;br&gt;Levti</description><pubDate>Mon, 29 Sep 2008 11:24:26 GMT</pubDate><dc:creator>Levti</dc:creator></item><item><title>Automatic Refresh of chart without refreshing the entire page.</title><link>http://www.fusioncharts.com/forum/Topic8852-28-1.aspx</link><description>&lt;SPAN id=_ctl1_ctlPanelBar_ctlIFCode__ctl6_lblTag&gt;&lt;STRONG&gt;&lt;FONT color=#111111&gt;Hi, my script is below. &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#111111&gt;How can I refresh my chart automatically without refreshing the entire page?&lt;BR&gt;And how can I prevent the XML data from remaining in the brower's cache?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#111111&gt;I did not modify the original FusionCharts.js file located here: "FusionCharts_Evaluation\JSClass\FusionCharts.js".&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#111111&gt;Thanks.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#ff1111&gt;[ code ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#ff1111&gt;&amp;lt;?php&lt;BR&gt;include("includes/FusionCharts.php");&lt;BR&gt;?&amp;gt;&lt;BR&gt;&amp;lt;HTML&amp;gt;&lt;BR&gt;&amp;lt;HEAD&amp;gt;&lt;BR&gt; &amp;lt;TITLE&amp;gt;&lt;BR&gt;TEST&lt;BR&gt; &amp;lt;/TITLE&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#ff1111&gt; &amp;lt;SCRIPT LANGUAGE="Javascript" SRC="js/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;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#ff1111&gt;&amp;lt;?php&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#ff1111&gt; $strDataURL = encodeDataURL("Data.php?animate=1");&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;FONT color=#ff1111&gt;&lt;SPAN&gt;&lt;STRONG&gt; echo renderChart("swf/Column3D.swf", $strDataURL, "", "Graph", 600, 300, false, false);&lt;BR&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;?&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#ff1111&gt;&amp;lt;/BODY&amp;gt;&lt;BR&gt;&amp;lt;/HTML&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#ff1111&gt;&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color=#ff1111&gt;[/ code ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description><pubDate>Fri, 26 Sep 2008 11:55:13 GMT</pubDate><dc:creator>dlacopo</dc:creator></item><item><title>how to know cavas width, or compute plot space percentage</title><link>http://www.fusioncharts.com/forum/Topic7991-28-1.aspx</link><description>Dear Support,&lt;/P&gt;&lt;P&gt;We want to control bar width to prevent fat bars. We can use 'plotSpacePercent' to control it. &lt;/P&gt;&lt;P&gt;However, number of data points is flexible, so plotSpacePercent must be changed too. How can I determine plot space percentage automatically from the number of data points?&lt;/P&gt;&lt;P&gt;I know plot space percentage is related to cavas width. Once I know cavas width, and then I can compute plot space percentage. So another questions is: How do I know cavas width? We only can set chart width, and I don't want to set cavas width by myself.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richard</description><pubDate>Thu, 14 Aug 2008 20:16:17 GMT</pubDate><dc:creator>richard2008</dc:creator></item><item><title>Using FusionCharts v3.0 ActionScript Files in Flex Builder 3.0</title><link>http://www.fusioncharts.com/forum/Topic6730-28-1.aspx</link><description>I am attempting to use the FusionChart v3 AS files within Flex Builder 3.0. However, I am unable to call any of the classes defined in the FC core. Does anyone have any examples of using FC w/in Flex Builder 3?&lt;/P&gt;&lt;P&gt;Thanks.</description><pubDate>Tue, 10 Jun 2008 16:17:43 GMT</pubDate><dc:creator>bcrosby</dc:creator></item><item><title>FC and Flex</title><link>http://www.fusioncharts.com/forum/Topic1432-28-1.aspx</link><description>Hi there!&lt;br&gt;&lt;br&gt;Just a short question : has someone integrated an FC chart in a Flex application ?&lt;br&gt;I just found this site, I think it's one of the best product that money can buy for charting, but I don't seem to be able to integrate it in our current approach. The issue I'm facing is that when I'm adding a chart to a panel ( via an SWFLoader object ), until certain dimensions of the container panel, nothing shows, after those dimensional constraints are met, the chart is added to the display, but it takes over the whole visible area. Any ideas why this happens ?&lt;br&gt;TIA!&lt;br&gt;&lt;br&gt;All best,&lt;br&gt;Dan&lt;br&gt;</description><pubDate>Mon, 25 Jun 2007 15:07:41 GMT</pubDate><dc:creator>dantodor</dc:creator></item><item><title>Question regarding FC usage</title><link>http://www.fusioncharts.com/forum/Topic8688-28-1.aspx</link><description>Hi.&lt;br&gt;I am a web developer in Korea and have some questions regarding FusionCharts features.&lt;br&gt;I am not sure if it is right but I heard stock charts in Google Finance were built upon FusionCharts integrated with FLEX.&lt;br&gt;Is that right?&lt;br&gt;Currently, my company is planning to build some kind of financial site which needs to have similar functions as charts in Google Finance have (period selection and scrolling function on x-axis and zoom in/out function)&lt;br&gt;Does fusionCharts support above two features?&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;&lt;br&gt;-JY LEE</description><pubDate>Sun, 21 Sep 2008 20:40:23 GMT</pubDate><dc:creator>Jinyoung Lee</dc:creator></item><item><title>Using FC in Your Flex APP</title><link>http://www.fusioncharts.com/forum/Topic5068-28-1.aspx</link><description>&lt;FONT color=#ff1111&gt;I have found a article below,but I don't try it successful,some code below is wrong.Could anyone try it and post the right code,or other better method that embed fusioncharts in flex app?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#ff1111&gt;I want to use flex to get data from webservice and send the data to fusioncharts,what can i do?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;load a swf from outside and call its function&lt;/P&gt;&lt;P&gt;Lets suppose you have a swf(Column3D.swf) and you don't have code(FLA) for it but you need to call its function(setDataXML) from Flex and need to send parameters. &lt;/P&gt;&lt;BR&gt;&lt;P&gt;&lt;SPAN style="FONT-WEIGHT: bold"&gt;How it can be done through JAVASCRIPT&lt;/SPAN&gt; &lt;/P&gt;&lt;BR&gt;&lt;P&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;HTML&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;HEAD&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;TITLE&amp;gt;FusionCharts &amp;amp; JavaScript - Updating chart using setDataXML() Method&amp;lt;/TITLE&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;SCRIPT LANGUAGE=”Javascript” src=”../../FusionCharts/FusionCharts.js” mce_src=”../../FusionCharts/FusionCharts.js”&amp;gt;&amp;lt;/SCRIPT&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;SCRIPT LANGUAGE=”JavaScript”&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;//updateChart method is called whenever the user clicks the button to &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;//update the chart. Here, we get a reference to the chart and update it's &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;//data using setDataXML method. &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;function updateChart(DOMId){ &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;//Get reference to chart object using Dom ID &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;var chartObj = getChartFromId(”chart1Id”); &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;//Update it's XML &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;chartObj. setDataXML (”&amp;lt;chart&amp;gt;&amp;lt;set label='B' value='12′ /&amp;gt;&amp;lt;set label='C' value='10′ /&amp;gt;&amp;lt;set label='D' value='18′ /&amp;gt;&amp;lt;set label='E' value='21′ /&amp;gt;&amp;lt;/chart&amp;gt;”); &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;//Disable the button &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;this.document.frmUpdate.btnUpdate.disabled = true; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;} &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;/SCRIPT&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;/HEAD&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;BODY&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;div id=”chart1div”&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;FusionCharts &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;/div&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;script language=”JavaScript”&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;var chart1 = new FusionCharts(”../../FusionCharts/Column3D.swf”, “chart1Id”, “400″, “300″, “0″, “1″); &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;chart1.setDataXML(”&amp;lt;chart&amp;gt;&amp;lt;set label='A' value='10′ /&amp;gt;&amp;lt;set label='B' value='11′ /&amp;gt;&amp;lt;/chart&amp;gt;”); &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;chart1.render(”chart1div”); &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;form name='frmUpdate'&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;input type='button' value='Change Data' onClick='javaScript:updateChart();' name='btnUpdate'&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;/form&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;/HTML&amp;gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;BR&gt;&lt;P&gt;create a new flash file (CallFlash.swf) and a movieclip on stage and give an instance name(mc) to it.Write actions on the 1st frame of an application: &lt;/P&gt;&lt;BR&gt;&lt;P&gt;function interFunc(){&lt;BR&gt;&lt;BR&gt;clearInterval(_root.interid);&lt;BR&gt;&lt;BR&gt;_root.mc. setDataXML (_root.param2);&lt;BR&gt;&lt;BR&gt;} &lt;/P&gt;&lt;BR&gt;&lt;P&gt;var receiving_lc:LocalConnection = new LocalConnection();&lt;BR&gt;&lt;BR&gt;receiving_lc.methodToExecute = function(param1:String,param2:String) {&lt;BR&gt;&lt;BR&gt;//please use getBytesLoaded, getTotalBytes instead of using setInterval function&lt;BR&gt;&lt;BR&gt;_root.receiving_lc.close();&lt;BR&gt;&lt;BR&gt;_root.sam.loadMovie(param1);&lt;BR&gt;&lt;BR&gt;_root.param2 = param2;&lt;BR&gt;&lt;BR&gt;_root.interid = setInterval(interFunc,1000);&lt;BR&gt;&lt;BR&gt;};&lt;BR&gt;&lt;BR&gt;_root.receiving_lc.connect(”lc_name”); &lt;/P&gt;&lt;BR&gt;&lt;P&gt;In the Flex application: &lt;/P&gt;&lt;BR&gt;&lt;P&gt;Add Column3D.swf and CallFlash.swf &lt;/P&gt;&lt;BR&gt;&lt;P&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;?xml version=”1.0″ encoding=”utf-8″?&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;mx:Application xmlns:mx=” &lt;/SPAN&gt;&lt;A style="COLOR: rgb(51,204,0)" href="http://www.adobe.com/2006/mxml"&gt;http://www.adobe.com/2006/mxml &lt;/A&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;” layout=”absolute”&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;mx:Script&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;![CDATA[ &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;import flash.net.LocalConnection; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;public var myXML:String=”&amp;lt;chart&amp;gt;&amp;lt;set label='A' value='10′ /&amp;gt;&amp;lt;set label='B' value='11′ /&amp;gt;&amp;lt;/chart&amp;gt;”; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;private function initApp():void{ &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;var sending_lc:LocalConnection = new LocalConnection(); &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;sending_lc.send(”lc_name”, “methodToExecute”,”Column3D.swf”,myXML); &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;} &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;]]&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;/mx:Script&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;mx:SWFLoader source=”CallFlash.swf” creationComplete=”initApp()” /&amp;gt; &lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="COLOR: rgb(51,204,0)"&gt;&amp;lt;/mx:Application&amp;gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;BR&gt;&lt;P&gt;Run the Flex application, it will show the Column3D.swf data according to the parameter you are sending.</description><pubDate>Fri, 14 Mar 2008 02:35:00 GMT</pubDate><dc:creator>krisni</dc:creator></item><item><title>Drill down maps in Windows Vista</title><link>http://www.fusioncharts.com/forum/Topic8847-28-1.aspx</link><description>When I change from XP to VISTA the command below stop to works&lt;/P&gt;&lt;P&gt;[link='P-detailsPopup,width=700,height=400,toolbar=no,scrollbars=no,resizable=yes-AmericaNorte.html']</description><pubDate>Fri, 26 Sep 2008 08:54:48 GMT</pubDate><dc:creator>SergioBR</dc:creator></item><item><title>x-axis scale</title><link>http://www.fusioncharts.com/forum/Topic8821-28-1.aspx</link><description>I have daily data, and i want to show 1 year data in a narrow x-axis.&lt;br&gt;how can i set the scale of x-axis?&lt;br&gt;i.e: monthly (1 jan, 1 feb, 1 mar, ....., 1 des)&lt;br&gt;but i want those daily data still appear on the 2d line chart.&lt;br&gt;&lt;br&gt;please help me.&lt;br&gt;&lt;br&gt;regards,&lt;br&gt;YH Santosa</description><pubDate>Thu, 25 Sep 2008 11:34:17 GMT</pubDate><dc:creator>yhsantosa</dc:creator></item><item><title>Regarding Chart</title><link>http://www.fusioncharts.com/forum/Topic8837-28-1.aspx</link><description>Hi,&lt;P&gt;      I would like to display the Pareto chart using Fusion chart.Is it Possible&lt;IMG src="http://www.fusioncharts.com/forum/Uploads/Images/f4422c3c-3ee0-4a5a-a2ee-24dd.gif"&gt;</description><pubDate>Fri, 26 Sep 2008 03:10:07 GMT</pubDate><dc:creator>sajan</dc:creator></item><item><title>is this visualization possible in Fusion Charts ?</title><link>http://www.fusioncharts.com/forum/Topic8824-28-1.aspx</link><description>I am trying to build this, &lt;A href="http://www.babynamewizard.com/voyager"&gt;www.babynamewizard.com/voyager&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It allows user to drill-down into a area chart by clicking inside the chart/graph.&lt;/P&gt;&lt;P&gt;Is the above visualization possible in Fusion Charts&lt;/P&gt;&lt;P&gt;Regards</description><pubDate>Thu, 25 Sep 2008 14:20:10 GMT</pubDate><dc:creator>agnellodcosta</dc:creator></item><item><title>Can I add a click event inside the stacked area chart</title><link>http://www.fusioncharts.com/forum/Topic8775-28-1.aspx</link><description>Can I add a click event inside the stacked area chart?&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Agnello</description><pubDate>Wed, 24 Sep 2008 14:03:41 GMT</pubDate><dc:creator>agnellodcosta</dc:creator></item><item><title>Using FusionCharts with MOSS[Sharepoint] as webpart</title><link>http://www.fusioncharts.com/forum/Topic6505-28-1.aspx</link><description>Anybody has code for using FusionCharts as a webpart in sharepoint? Please provide the same</description><pubDate>Fri, 30 May 2008 10:05:07 GMT</pubDate><dc:creator>Sudheer</dc:creator></item></channel></rss>