Arindam
Members-
Content count
730 -
Joined
-
Last visited
Everything posted by Arindam
-
Hi, Could you please try this? if you are using dataURL method: <map showLabels='1' includeNameInLabels='0' includeValueInLabels='1' > <data> <entity id='IN.AP.AD' displayValue='Adilabad<BR>Ambulance' value='10'/> </data> <styles> <definition> <style name='TTipFont' type='font' isHTML='1' /> </definition> <application> <apply toObject='LABELS' styles='TTipFont' /> </application> </styles> </map> if you are using dataXML method: <map showLabels='1' includeNameInLabels='0' includeValueInLabels='1' > <data> <entity id='IN.AP.AD' displayValue='Adilabad%26lt;BR%26gt;Ambulance' value='10'/> </data> <styles> <definition> <style name='TTipFont' type='font' isHTML='1' /> </definition> <application> <apply toObject='LABELS' styles='TTipFont' /> </application> </styles> </map>
-
How to show y-axis scale on both side, if I'm using multiple-series line chart
Arindam replied to Arindam's topic in General usage
Hi, Could you please try with 2D Dual Y Combination Chart? Please visit this link. http://www.fusioncharts.com/docs/Contents/ChartSS/Combi2DDY.html -
Hi, Could you please see this link and check it? Could you please follow our blue print application? http://www.fusioncharts.com/Demos/Blueprint/Default.asp
-
Hi, Could you please use x='364.97' y='123.63' ?
-
Hi, Could you please try using wmode Transparent of charts?
-
Hi, If you want to open any other web site please use http://www.google.com. If you want to open other server program or html file with in same domain please use virtual and relative path. i.e link="other/a.html"
-
Hi, Could you please follow this link? http://www.fusioncharts.com/maps/docs/Contents/JS_setDataURL.html
-
Hi, Could you please use this XML? Data.zip
-
Hi, Could you please try with this XML? Could you please see attachment? Data.zip
-
Hi, Could you please provide us your Map XML and Please tell us your Map swf file and version Name?
-
Hi, Could you please use link attribute? <markers> <definition> <marker id='01' x='360.06' y='209.57' label='Click Me' /> </definition> <application> <marker id='01' shapeId='circle' link='http://www.google.com' /> </application> </markers>
-
Hi, Could you please use link attribute? <markers> <definition> <marker id='01' x='360.06' y='209.57' label='Click Me' /> </definition> <application> <marker id='01' shapeId='circle' link='http://www.google.com' /> </application> </markers>
-
Hi, I am afraid it is not possible as of now. Could you please remove the canvas border? Please use canvasBorderAlpha='5'
-
Hi, Could you please use this FusionCharts_Gen.asp file? FusionCharts_Gen.zip
-
Hi, Could you please tell me, are you getting the generated XML or not? Could you please provide us that xml data? Could you please visit chart documentation and check all properties supported are not? http://www.fusioncharts.com/docs/Contents/ChartSS/Combi3D.html http://www.fusioncharts.com/docs/Contents/AttDesc/3D_Attributes.html
-
How do I make Pie Chart links pass parameters to a GridView - HELP
Arindam replied to thoth's topic in FusionCharts and ASP.NET
Hi, Could you please visit this links? 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 -
passing parameters in fusion chart my front end is jsp
Arindam replied to manikantaprasad's topic in FusionCharts and ASP.NET
Hi, Could you please visit this links? 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 already used Stagger with legend show its looking great. Could you please see the screen shot and data.xml and try it again? Also you can use smaller font size in x-axis. Data.zip
-
Hi, Could you please try with labelDisplay='STAGGER' ? <chart ...... labelDisplay='STAGGER' ..... >
-
Hi, Could you please provide us your XML and please tell me your V3 charts version?
-
Hi, Could you please save data.xml as in UTF-8 format? and use this directly. <chart caption='
-
XML data file error - using ASP Class method
Arindam replied to jerrym's topic in FusionCharts and ASP
Hi, Could please use correct chart type? Could you please use this FusionCharts_Gen.asp? see attachment. Your code: ' Set chart type Call FC.setChartType("MSComlumnLine3D") Correct code: ' Set chart type Call FC.setChartType("MSColumnLine3D") also add call FC.setSize("600","400") FusionCharts_Gen.zip -
Hi, I am afraid it is not possible.
-
Hi, Could you please charst's attribute labelDisplay='WRAP'? labelDisplay String WRAP, STAGGER, ROTATE or NONE Using this attribute, you can control how your data labels (x-axis labels) would appear on the chart. There are 4 options: WRAP, STAGGER, ROTATE or NONE. WRAP wraps the label text if it's longer than the allotted area. ROTATE rotates the label in vertical or slanted position. STAGGER divides the labels into multiple lines. i.e <chart ...... labelDisplay='WRAP' ..... >
-
Hi, Could you please use FusionCharts.dll? It is available with in download. Path of the file is FusionCharts_EvaluationCodeC#bin