Arindam
Members-
Content count
730 -
Joined
-
Last visited
Everything posted by Arindam
-
Hi Everybody, We tried implementing FusionMaps using SWFObject 2.0. Here is a small sample attached. SWFObject_Test.zip
-
RenderChartHTML returns 'Invalid XML' when including link attribute
Arindam replied to a topic in XML Issue
Hi, link='sales.aspx?viewid=1&mnth=11' link='sales.aspx?viewid=1%26mnth=11' Could you please use url encoded link? & = & or & = %26 -
Hi, Could you please try this for Free Version Of FusionCharts support? Please see the attachment. FCF_USingJSONData.zip
-
Chart is not rendered when it loads off-screen in FF3
Arindam replied to fogle's topic in Bug Reports
Hi, Could you please try using &chartWidth=900&chartHeight=300 with in flashvars and also check swf path? e.g <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="900" height="300" id="Column3D" > <param name="movie" value="../FusionCharts/Column3D.swf" /> <param name="FlashVars" value="&dataXML=<chart><set label='1' value='1' /><set label='2' value='2' /></chart>&chartWidth=900&chartHeight=300" /> <param name="quality" value="high" /> <embed src="../FusionCharts/Column3D.swf" flashVars="&dataXML=<chart><set label='1' value='1' /><set label='2' value='2' /></chart>&chartWidth=900&chartHeight=300" quality="high" width="900" height="300" name="Line" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> -
Hi, Please follow this. using FusionCharts.php renderChart($chartSWF, $strURL, $strXML, $chartId, $chartWidth, $chartHeight, $debugMode=false, $registerWithJS=false, $setTransparent="") example: renderChart("column3d", "", $strXML, "abcd", "400", "300", false, false, true); Javascript example var chart_column2d1 = new FusionCharts("FusionCharts/Column2D.swf", "column2d1", "500", "300", "0", "0"); // set Transparent chart_column2d1.setTransparent("true"); //Provide entire XML data using dataXML method chart_column2d1.setDataXML(""); chart_column2d1.render("column2d1Div");
-
Hi, Could you please try using swf wmode transparent ?
-
Hi, Sorry, it is not possible.
-
Hi, Sorry, it is not possible.
-
Lables need to auto adjust if they are very close
Arindam replied to varoon's topic in Suggestions & Requests
Hi, Sorry, auto adjust label does not possible. -
Hi, This type of group not possible but you can try using Multi-series Chart. See this link. http://www.fusioncharts.com/docs/Contents/ChartSS/MSColumn2D.html
-
Fusion chart free will not display on IE7
Arindam replied to jayaganesh13's topic in Suggestions & Requests
Hi, Could you please remove [ style="display:none" ] from <div> and try again. -
How to disable the percentage value not to show?
Arindam replied to jiahui's topic in FusionCharts and ASP
Hi, you can use <chart> attribute - showValues='0' . e.g. <chart ... showValues='0' ... > also you can follow this. showPercentValues Boolean 0/1 Whether to show percentage values in labels of the chart? showPercentInToolTip Boolean 0/1 Whether to show percentage values in tool tip? showLabels Boolean 0/1 Whether to show labels on the chart? showValues Boolean 0/1 Whether to show values on the chart? -
How to disable the percentage value not to show?
Arindam replied to jiahui's topic in FusionCharts and ASP
Hi, you can use <chart> attribute - showPercentageValues='0' . e.g. <chart ..... showPercentageValues='0' .... > also see this forum post http://www.fusioncharts.com/forum/FindPost9420.aspx -
How to show both percentage and value in the label for Pie chart?
Arindam replied to Rahul Kumar's topic in General usage
Hi, Sorry, It is not possible. -
Hi, Please follow this. Trend-lines Using the <trendLines> element (and children <line> elements), you can define trend lines on the chart. Trend lines are horizontal/vertical lines spanning the chart canvas which aid in interpretation of data with respect to some pre-determined value. For example, if you are plotting sales data of current year, you might want to add previous year's average monthly sales as trend indicator for ease of comparison. For each trend line on the chart, you need to define a <line> element under <trendLines> element as under: <trendLines><line startValue='895' color='FF0000' displayvalue='Average' /> </trendLines> You can control the cosmetic and functional properties of trend-lines using the following attributes: Attribute Name Type Range Description startValue Number Numeric Value The starting value for the trendline. Say, if you want to plot a slanted trendline from value 102 to 109, the startValue would be 102. endValue Number Numeric Value The ending y-axis value for the trendline. Say, if you want to plot a slanted trendline from value 102 to 109, the endValue would be 109. If you do not specify a value for endValue, it would automatically assume the same value as startValue. displayValue String If you want to display a string caption for the trend line by its side, you can use this attribute. Example: displayValue='Last Month High'. When you don't supply this attribute, it automatically takes the value of startValue. color String Hex Code Color of the trend line and its associated text. isTrendZone Boolean 0/1 Whether the trend would display a line, or a zone (filled colored rectangle). showOnTop Boolean 0/1 Whether the trend line/zone would be displayed over data plots or under them? thickness Number In Pixels If you've opted to show the trend as a line, this attribute lets you define the thickness of trend line. alpha Number 0-100 Alpha of the trend line. dashed Boolean 0/1 If you've opted to show the trend as a line, this attribute lets you define whether the trend line would appear as dashed? dashLen Number In Pixels If you've opted to show trend line as dash, this attribute lets you control the length of each dash. dashGap Number In Pixels If you've opted to show trend line as dash, this attribute lets you control the length of each dash gap.
-
Chart not get displayed on Deployment Machine, but display on development machine
Arindam replied to suan.ngaihte's topic in FusionCharts and ASP.NET
Hi, Please provide us your source code and folder structure via email. -
Chart not get displayed on Deployment Machine, but display on development machine
Arindam replied to suan.ngaihte's topic in FusionCharts and ASP.NET
Hi, Again this is swf path problem. I think when you are using post back on button click that time you are loading your swf file from other location. Please use swf path relative to your page where chart will display. -
Hi, sorry, It is not possible.
-
Chart not get displayed on Deployment Machine, but display on development machine
Arindam replied to suan.ngaihte's topic in FusionCharts and ASP.NET
Hi, Could you please check absolute and relative path of FusionCharts swf and FusionCharts.js file and also check swf file uploaded correctly or not? -
Hi, Sorry, it is not possible.
-
How to upgrade from Fusionchart FREE to fusionchartV3 commercial ?
Arindam replied to usamike's topic in Installation and Upgrades
Hi, FusionCharts v2.3 and FREE version of FusionCharts are same. To upgrade from FusionCharts Free to v3 charts, all you need to do is: Replace v2.3 or Free SWF with the new v3 SWF Files (present in Download Package > Charts folder). Either rename the v3 SWF files to use old v2.3 or Free SWF names or update your code to use new SWF names. Clear your browser cache. The above process doesn't automatically enables the chart to use ALL the new features introduced in v3. To do so, you'll have to add the appropriate v3 elements/attributes in your XML document. -
Hi, Could you please URL encode this link "
-
How to upgrade from Fusionchart FREE to fusionchartV3 commercial ?
Arindam replied to usamike's topic in Installation and Upgrades
Hi, Could you please visit this link? http://www.fusioncharts.com/docs/Contents/Upgrading.html http://www.fusioncharts.com/docs/Contents/UpgradingEval.html -
Hi, Could you please tell me what type of Power Charts are you using?
-
Please help me, I am not able to draw Line graph for the xml data
Arindam replied to Arindam's topic in FusionCharts and ASP.NET
Hi, Could you please check relative path of FusionCharts.js and FCF_MSLine.swf are correct and also check FCF_MSLine.swf is present with in swf collection? Revise this code <script language="javascript" src="FusionCharts/FusionCharts.js"> function draw() { } </script> Change it to <script language="javascript" src="FusionCharts/FusionCharts.js"></script> Also check relative path of FusionCharts.js Check swf file relative path return FusionCharts.RenderChart("../FusionCharts/FCF_MSLine.swf", "", strXML, "ChId1", "600", "350", false, false);