Arindam
Members-
Content count
730 -
Joined
-
Last visited
Everything posted by Arindam
-
hi, I am afraid it is not possible as of now.
-
ASP.NET.AJAX UpdatePanel Sample #1
Arindam replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Hi, could you please provide us your source code and XML? -
Hi, I am afraid it's not possible as of now. You have to calculate you're self.
-
hi, we have Inverse y-Axis Charts in PowerCharts. but no Scroll option. please see this link http://www.fusioncharts.com/Gallery/InverseLine.html http://www.fusioncharts.com/Gallery/InverseColumn.html http://www.fusioncharts.com/Gallery/InverseArea.html also for documentation http://www.fusioncharts.com/PCDocs/Contents/OverviewInverse.html
-
Show city markers on country (or world) maps?
Arindam replied to Arindam's topic in Using FusionMaps XT
hi, I am afraid it is not possible as of now. -
Hi, you are using Free version of fusion charts. so please use showDivLineValue='0' i.e <graph caption='' xAxisName='' yAxisName='Today' decimalPrecision='0' formatNumberScale='0' canvasBgAlpha='0' canvasBorderThickness='0' canvasBorderColor='FFFFFF' showBarShadow='0' showhovercap='0' chartLeftMargin='0' chartRightMargin='11' chartTopMargin='0' chartBottomMargin='0' showLimits='0' showValues='1' showNames='0' showDivLineValue='0' >
-
Hi, Could you please use set element color? <set x='30' y='1.3' z='116' name='Traders' color='FF00FF' />
-
hi, could you please use as chart element i.e <chart plotGradientColor='' >
-
Hi, Could you please give different chart ID name and also set swf cache is off. Please see this code // 1st render chart from GetFactorySummaryChartHtml() return FusionCharts.RenderChart("../FusionCharts/Column3D.swf?noCache=1", "", xmlData.ToString(), "FactorySum1", "400", "200", false, false); // 2nd render chart from GetFactorySummaryChartHtml2() return FusionCharts.RenderChart("../FusionCharts/Column3D.swf?noCache=2", "", xmlData.ToString(), "FactorySum2", "400", "200", false, false);
-
Changing milestone image in Gantt charts
Arindam replied to Arindam's topic in Using FusionWidgets XT
Hi, I am afraid it -
Hi, Could you please use plotGradientColor='' ?
-
hi, The xml structure of MSline and any multi series or combination charts are same. So please download blue print application from this link and follow it it has many example of multi series charts http://fusioncharts.com/Downloads/Blueprint/FusionCharts_PHP.zip
-
Hi, Please follow this link http://www.fusioncharts.com/free/docs/Contents/JS_setDataXML.html http://www.fusioncharts.com/free/docs/Contents/JS_changeChart.html http://www.fusioncharts.com/free/docs/Contents/JS_Example.html
-
Hi, Please follow this link http://www.fusioncharts.com/docs/Contents/DrillDown/Simple.html http://www.fusioncharts.com/docs/Contents/DrillDown/Frames.html http://www.fusioncharts.com/docs/Contents/DrillDown/PopUps.html http://www.fusioncharts.com/docs/Contents/DrillDown/ClickURL.html http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html
-
Hi, I am afraid it
-
hi, Could you please use bgAlpha='0,0' in charts xml i.e <chart bgAlpha='0,0' >
-
Hi, First of tell you please modify your code in <set> tag value attribute take only numeric value. See this code Your code: xmlData.AppendFormat("<set label='{0}' value='{1}Hz' />", arrData[i, 0], arrData[i, 1]); Change it to: xmlData.AppendFormat("<set label='{0}' value='{1}' />", arrData[i, 0], arrData[i, 1]); Could you please tell me, are you using FusionCharts in C# win form application? then you can follow this post http://www.fusioncharts.com/forum/FindPost2798.aspx
-
Fixed Y-axis as lable axis and x-axis as data axis
Arindam replied to Arvind's topic in General usage
Hi, I am afraid it is not available. -
hi, This is Multi series FusionCharts Free XSD file. You can use it.
-
hi, Could you please add and check path of FusionCharts.js javascript file is correct or not?
-
Hi, Could you please use showYAxisValues='0' i.e <chart showYAxisValues='0' >
-
Fixed Y-axis as lable axis and x-axis as data axis
Arindam replied to Arvind's topic in General usage
Hi, You can download evolution version of scatter chart from the download pack from http://www.fusioncharts.com/download.asp Or buy developer license or higher. -
Hi, Yes it is possible. i.e <set value='100' label='Jan' color='CCFF00' /> Please visit FusionCharts V3 documentation http://www.fusioncharts.com/docs
-
hi, I am afraid it is not possible
-
Fixed Y-axis as lable axis and x-axis as data axis
Arindam replied to Arvind's topic in General usage
Hi, I am afraid its not possible in MS Line and Area2D but you can use MS Bar2D and MSBar3D for it. http://www.fusioncharts.com/docs/Contents/ChartSS/MSBar2D.html