-
Content count
1,253 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Rahul Kumar
-
Hi, Are you sure that you the XML you have provided is the same as you have used with the chart, which image is shown? We have tested this XML and its working fine. I am attaching here the chart image & the XML file. Please check your XML and give us the exact XML. data.xml
-
Hi, I am afraid, it is not possible in FusionCharts.
-
FusionMaps - Update Panel examples not included in Demoversion
Rahul Kumar replied to Rahul Kumar's topic in Using FusionMaps XT
Hi, We are sorry for the inconvenience, Please see the attachment. FusionMaps_UpdatePanel_Example.zip -
Data values are going inside the plot column
Rahul Kumar replied to Rahul Kumar's topic in XML Issue
Hi, Could you please try using YAxisMaxValue='15' & YAxisMinValue='-15' , using it'll create a gap from top & bottom, which leaves some space to the dataPlot value. The values of these attributes should be maximum value in the dataset + 4 for negative value as well as for positive value. Please see the XML below: <chart YAxisMaxValue='15' YAxisMinValue='-15' adjustDiv='0' setAdaptiveYMin='1' zeroPlaneAlpha='30' showShadow='1' showValues='1' animation= '1' numdivlines='0' showDivLineValue='0' showToolTip='1' toolTipBgColor='F8F8F8' showPlotBorder='1' plotBorderColor='FDFDFD' plotFillAngle='360' plotFillRatio='100' plotGradientColor='F8F8F9' showLimits='0' showLegend='0' canvasBorderColor='FFFFFF' canvasBorderThickness='0' bgColor='FFFFFF' showBorder='0' chartLeftMargin='0' chartRightMargin='0' chartBottomMargin='0' chartTopMargin='5' valuePadding='0' baseFont='Arial' baseFontSize='11' baseFontColor='999999' baseFont='Arial' outCnvbaseFontSize='11' outCnvBaseFontColor='000000'><categories> <category label='jan' showLabel='1'/><category label='feb' showLabel='1'/> <category label='mar' showLabel='1'/> <category label='apr' showLabel='1'/> <category label='may' showLabel='1'/> <category label='jun' showLabel='1'/> <category label='sss' showLabel='1'/> <category label='ssw' showLabel='1'/> <category label='ssw' showLabel='1'/> <category label='ssw' showLabel='1'/> <category label='ssw' showLabel='1'/> <category label='ssw' showLabel='1'/> </categories><dataset seriesName='' color='FF0000' > <set value='-4'/> <set value='-5'/> <set value='-5'/> <set value='-1'/> <set value='-6'/> <set value='3'/> <set value='7'/> <set value='11'/> <set value='9'/> <set value='6'/> <set value='2'/> <set value='-1'/> </dataset> <dataset seriesName='' color='0033CC' > <set value='-4'/> <set value='-5'/> <set value='-5'/> <set value='-1'/> <set value='-6'/> <set value='3'/> <set value='7'/> <set value='11'/> <set value='9'/> <set value='6'/> <set value='2'/> <set value='-1'/> </dataset> </chart> -
Hi, Could you please send us the chart's image (needs a visual appearance)?
-
Hi, I am afraid, it is not possible to change anchor's shape to anything else, as of now.
-
Hi, I am sorry, it is not possible as of now.
-
Hi, I am afraid, it is not possible as of now.
-
Hi, Mahas, Thanks for your help. Now for a practical approach, I am attaching the original content, which is a sample ZIP file, containing the following: 1. Two images, which will guide you how to disable Macro security, So that you can execute VBA functions StartShow. 2. Also it contains three more files, To run the sample, you would need to open FusionCharts_XP.ppt file. Images: 1. Using dataURL directly from control's propery box 2. Using dataXML directly from control propery box. 3. An example in Office 2007. FusionCharts in PowerPoint Example.zip
-
Hi, Yes, you can use FusionChart/package in any language, and we have some sample and dashboard application that are included with the package, so it will give to some reference/idea how to use FusionCharts in different languages.
-
Hi, Could you please pass the Chart file in Movie property? It should be like as: [shockwave control].Movie="file:///C:/PPT/Column3D.swf?DataURL=column.xml" -OR- [shockwave control].Movie="file:///C:/PPT/Column3D.swf?DataXML=<chart><set value='10' /><set value='20' /></chart> Also make sure everytime to set Playing=Ture and FrameNum=0 or 1 property, whenever you start a new slideshow.
-
Hi, Please see, the things are like this: .render("...") method is NOT a flash chart's ExternalInterface method, instead it is a derived method of FusionCharts class. SO IT WON'T GET INVOKE SECOND TIME if you get the chart reference by using getChartFromId. You can only use it whenever you re-create the chart using new FusioCharts("........","..","..".......); Now if you get the chart reference by using getChartFromId, & use setDataURL or setDataXML then it does re-render the chart but not re-loads it. consider this as like "If you want to play a movie, you start your player then you load movie, start playing it, after completion of movie, you want to show another, then what you do? You just open a new file & starts playing another, that is exactly what FusionCharts do, it open it self first time, but if provided new data then FusionCharts re-loads the new data from beginning" And if you want to load new data using dataURL/dataXML & want it to be look static then you could use animation='0' in [chart...animation='0'...] element in the new XML.
-
Gantt chart: chart is not presented correctly
Rahul Kumar replied to [email protected]'s topic in Bug Reports
Hi, Could you please try updating gantt chart once and then try using % width, height ? Also here is one trick that you could try, which is use %25 instead of just %, we have not tested it extensively but give it a try. So your previous code becomes: sb.Append("var myChart = new FusionCharts('../FusionGadgets_Developer/Charts/Gantt.swf', 'chartId', '100%25', '" + hight + "', '0', '1');"); Please let us know, if this worked for you. -
Hi, Could you please send us the XML, Source Code and the chart's SWF name?
-
Hi, Could you please send us the XML?
-
Hi, Could you please try removing the Pragma: no-cache and Cache-control: no-cache from the IIS server? Please also follow these links for more information on the same: http://www.fusioncharts.com/forum/Topic5033-40-1.aspx http://www.fusioncharts.com/forum/Topic5161-28-1.aspx
-
Got demo up and running but all graphs show "No data to dsiplay".
Rahul Kumar replied to wookaka's topic in FusionCharts and PHP
Hi, Could you please send us the source code? Also generated XML & the chart's SWF name. -
Data values are going inside the plot column
Rahul Kumar replied to Rahul Kumar's topic in XML Issue
Hi, Could you please send us the XML? -
Gantt chart: chart is not presented correctly
Rahul Kumar replied to [email protected]'s topic in Bug Reports
Hi, You would need to specity the width in number, please do not use % (percentage) in width or height. private void createGanttFromXMLSourse(int hight){ tdGantt.Controls.Clear(); StringBuilder sb = new StringBuilder(); if (!chkFitToPage.Checked){ float widthParam = Convert.ToSingle(ddlGanttZoom.Text) / 7; if(widthParam < 1)widthParam = 1; sb.Append( "var myChart = new FusionCharts('../FusionGadgets_Developer/Charts/Gantt.swf', 'chartId', '" + (1000 * widthParam) + "', '" + hight + "', '0', '1');");} else{ sb.Append( "var myChart = new FusionCharts('../FusionGadgets_Developer/Charts/Gantt.swf', 'chartId', '960', '" + hight + "', '0', '1');");} sb.Append( "myChart.setDataURL('Data/OperatorsGanttZoomOut.xml');");sb.Append( "myChart.render('chartdiv');"); //sb.Append("</script>"); HtmlGenericControl divControl = new HtmlGenericControl("div");divControl.Attributes.Add( "id", "chartdiv"); HtmlGenericControl control = new HtmlGenericControl("script");control.Attributes.Add( "type", "text/javascript");control.InnerText = sb.ToString(); tdGantt.Controls.Add(divControl); tdGantt.Controls.Add(control); } Also could you please let us know the version of gantt chart you are using? [NOTE: Version info can be obtained, if you render the chart in debug mode.] Example: var myChart = new FusionCharts('../FusionGadgets_Developer/Charts/Gantt.swf', 'chartId', '960', '" + hight + "', '1', '1'); -
Gantt chart: chart is not presented correctly
Rahul Kumar replied to [email protected]'s topic in Bug Reports
Hi, Could you please answer the following? 1. Are you using % width height while rendering the chart? 2. Also are you using some scaling (noScale,exactFit, etc..) to the chart? -
Hi, I am afraid, it won't. Since in V3 setDataXML/setDataURL/etc.. methods are exposed to JavaScript, but not in FusionCharts FREE.
-
Hi, Could you please tell us the chart's SWF name? [if it starts with FCF_*.swf, then you are using FusionCharts Free, and FusionCharts Free do not support those features.]
-
Hi, I am sorry, It is not possible to invert bar chart.
-
captions and subcaptions for all fusionwidgets
Rahul Kumar replied to coolegg's topic in Suggestions & Requests
Hi, Could you please try using annotations in place of caption.